aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Mason Larobina <mason.larobina@gmail.com>2009-08-27 16:33:16 +0800
committerGravatar Mason Larobina <mason.larobina@gmail.com>2009-08-27 16:33:16 +0800
commit1f6c39f8c2b2702a57a598caf0049767961a7e2a (patch)
tree1d9b998cbc97a0257858d80683e1b866886efac2 /examples
parente16624aceb823567500030b84cde505de72d2fca (diff)
Reduced command line usage section in cookie_daemon.py
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/uzbl/scripts/cookie_daemon.py19
1 files changed, 4 insertions, 15 deletions
diff --git a/examples/data/uzbl/scripts/cookie_daemon.py b/examples/data/uzbl/scripts/cookie_daemon.py
index 2dec742..0b3954a 100755
--- a/examples/data/uzbl/scripts/cookie_daemon.py
+++ b/examples/data/uzbl/scripts/cookie_daemon.py
@@ -41,21 +41,10 @@ find the latest version of the cookie_daemon.py
Command line options
====================
-Usage: cookie_daemon.py [options]
-
-Options:
- -h, --help show this help message and exit
- -n, --no-daemon don't daemonise the process.
- -v, --verbose print verbose output.
- -t SECONDS, --daemon-timeout=SECONDS
- shutdown the daemon after x seconds inactivity.
- WARNING: Do not use this when launching the cookie
- daemon manually.
- -s SOCKET, --cookie-socket=SOCKET
- manually specify the socket location.
- -j FILE, --cookie-jar=FILE
- manually specify the cookie jar location.
- -m, --memory store cookies in memory only - do not write to disk
+Use the following command to get a full list of the cookie_daemon.py command
+line options:
+
+ ./cookie_daemon.py --help
Talking with uzbl
=================