aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/data/scripts/session.sh
diff options
context:
space:
mode:
authorGravatar Ben Boeckel <MathStuf@gmail.com>2010-08-21 11:47:14 -0400
committerGravatar Ben Boeckel <MathStuf@gmail.com>2010-10-02 11:56:29 -0400
commit5f6d5a160485f262fbff74d1c1c8565702bc6f6e (patch)
tree667951eb3436b01ff0c9751310f4a2ec33adfb2e /examples/data/scripts/session.sh
parent75841cf0ca5c2790cb589a592c8af683fe04cbad (diff)
Fix usage message
Diffstat (limited to 'examples/data/scripts/session.sh')
-rwxr-xr-xexamples/data/scripts/session.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/examples/data/scripts/session.sh b/examples/data/scripts/session.sh
index c226c29..d30f3da 100755
--- a/examples/data/scripts/session.sh
+++ b/examples/data/scripts/session.sh
@@ -62,7 +62,8 @@ case $act in
* )
echo "session manager: bad action"
echo "Usage: $scriptfile [COMMAND] where commands are:"
- echo " launch - Restore a saved session or start a new one"
- echo " endsession - Quit the running session. Must be called from uzbl"
+ echo " launch - Restore a saved session or start a new one"
+ echo " endinstance - Quit the current instance. Must be called from uzbl"
+ echo " endsession - Quit the running session."
;;
esac