]> git.ozlabs.org Git - patchwork/commitdiff
Add usage info for pwclient 'update' action
authorJeremy Kerr <jk@ozlabs.org>
Mon, 8 Sep 2008 23:39:08 +0000 (09:39 +1000)
committerJeremy Kerr <jk@ozlabs.org>
Mon, 8 Sep 2008 23:39:08 +0000 (09:39 +1000)
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
apps/patchwork/bin/pwclient.py

index 083108662cf55e229df28a3c41f6c38a67db5359..5b2c2daf2090cd36381722762c02fa2a0d60ae92 100755 (executable)
@@ -110,7 +110,9 @@ def usage():
                         below and an optional substring to search for patches
                         by name
         search [str]  : Same as 'list'
-        view <ID>     : View a patch\n""")
+        view <ID>     : View a patch
+        update [-s state] [-c commit-ref] <ID>
+                      : Update patch\n""")
     sys.stderr.write("""\nFilter options for 'list' and 'search':
         -s <state>    : Filter by patch state (e.g., 'New', 'Accepted', etc.)
         -p <project>  : Filter by project name (see 'projects' for list)