summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Kerr <jk@ozlabs.org>2008-09-09 09:39:08 +1000
committerJeremy Kerr <jk@ozlabs.org>2008-09-09 09:39:08 +1000
commit305136de4af400f6c4c3e25b626b02fc8174e6f2 (patch)
treeeb86e4bfe6a9e26a8aa624e3ec4f09747e7894da
parent7ac91d3a79469fbb4db4bfd8d4a2fec923e09edc (diff)
downloadpatchwork-305136de4af400f6c4c3e25b626b02fc8174e6f2.tar.bz2
patchwork-305136de4af400f6c4c3e25b626b02fc8174e6f2.tar.xz
Add usage info for pwclient 'update' action
Signed-off-by: Jeremy Kerr <jk@ozlabs.org>
-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)