From: Jeremy Kerr Date: Mon, 8 Sep 2008 23:39:08 +0000 (+1000) Subject: Add usage info for pwclient 'update' action X-Git-Url: https://git.ozlabs.org/?a=commitdiff_plain;h=305136de4af400f6c4c3e25b626b02fc8174e6f2;p=patchwork Add usage info for pwclient 'update' action Signed-off-by: Jeremy Kerr --- diff --git a/apps/patchwork/bin/pwclient.py b/apps/patchwork/bin/pwclient.py index 0831086..5b2c2da 100755 --- a/apps/patchwork/bin/pwclient.py +++ b/apps/patchwork/bin/pwclient.py @@ -110,7 +110,9 @@ def usage(): below and an optional substring to search for patches by name search [str] : Same as 'list' - view : View a patch\n""") + view : View a patch + update [-s state] [-c commit-ref] + : Update patch\n""") sys.stderr.write("""\nFilter options for 'list' and 'search': -s : Filter by patch state (e.g., 'New', 'Accepted', etc.) -p : Filter by project name (see 'projects' for list)