aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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