From 9935a5bf5c890d90a629a170f938ce4fa3e0ffbd Mon Sep 17 00:00:00 2001 From: DuClare Date: Sun, 17 May 2009 19:41:14 +0300 Subject: [PATCH] README/COMMAND SYNTAX: Clarify SET --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index a08d915..8d57b14 100644 --- a/README +++ b/README @@ -85,7 +85,7 @@ Each command starts with the name of the command, which must be the first thing The following commands are recognized: SET = -Set is used for changing variables. Every variable can be changed on the fly and the changes are effective immediately. If you want to unset a string, use SET with one space after the equals sign. +Set is used for changing variables. Every variable can be changed on the fly and the changes are processed immediately; for example, setting the variable 'uri' will make uzbl start loading it. If you want to unset a string, use SET with one space after the equals sign. GET Use this to print the value of a key. -- 1.7.9.5