summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xapps/patchwork/bin/pwclient.py4
1 files changed, 3 insertions, 1 deletions
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 <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)