From: Adam Sampson Date: Tue, 18 Jun 2013 13:12:39 +0000 (+0000) Subject: I guess --help is really a "special action"... X-Git-Tag: v2.15rc1~143 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=32cebec1011c1653d2e29197d12dbf831828a7f6;p=rawdog%2F.git I guess --help is really a "special action"... --- 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 ."""