From 305136de4af400f6c4c3e25b626b02fc8174e6f2 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Tue, 9 Sep 2008 09:39:08 +1000 Subject: [PATCH] Add usage info for pwclient 'update' action Signed-off-by: Jeremy Kerr --- apps/patchwork/bin/pwclient.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.39.5