aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorGravatar DuClare <akarinotengoku@gmail.com>2009-05-17 19:41:14 +0300
committerGravatar DuClare <akarinotengoku@gmail.com>2009-05-17 19:41:14 +0300
commit9935a5bf5c890d90a629a170f938ce4fa3e0ffbd (patch)
treed779bf98a068c8d65b464c0b54c6de1ca03d94ba /README
parent95c84b3a0be7b15d0fb33d321e0877f5d698cdc3 (diff)
README/COMMAND SYNTAX: Clarify SET
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
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 <key> = <value>
-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 <key>
Use this to print the value of a key.