From 32cebec1011c1653d2e29197d12dbf831828a7f6 Mon Sep 17 00:00:00 2001 From: Adam Sampson Date: Tue, 18 Jun 2013 13:12:39 +0000 Subject: [PATCH] I guess --help is really a "special action"... --- rawdoglib/rawdog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rawdoglib/rawdog.py b/rawdoglib/rawdog.py index 1f9aadf..7649687 100644 --- a/rawdoglib/rawdog.py +++ b/rawdoglib/rawdog.py @@ -1613,7 +1613,6 @@ General options (use only once): -v, --verbose Print more detailed status information -N, --no-locking Do not lock the state file -W, --no-lock-wait Exit silently if state file is locked ---help Display this help and exit Actions (performed in order given): -u, --update Fetch data from feeds and store it @@ -1630,6 +1629,7 @@ Actions (performed in order given): Special actions (all other options are ignored if one of these is specified): --upgrade OLDDIR NEWDIR Import feed state from rawdog 1.x directory OLDDIR into rawdog 2.x directory NEWDIR +--help Display this help and exit Report bugs to .""" -- 2.35.1