diff mbox series

[1/5] patchwork-bot: Note which actions are part of "housekeeping"

Message ID 20211201001126.4106635-2-keescook@chromium.org (mailing list archive)
State New, archived
Headers show
Series patchwork-bot: Use worktrees for repos | expand

Commit Message

Kees Cook Dec. 1, 2021, 12:11 a.m. UTC
Expand the --help text slightly to remind users what things the
"housekeeping" option does.

Signed-off-by: Kees Cook <keescook@chromium.org>
---
 git-patchwork-bot.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/git-patchwork-bot.py b/git-patchwork-bot.py
index f87af6ef41d6..d1eac6c0c0df 100755
--- a/git-patchwork-bot.py
+++ b/git-patchwork-bot.py
@@ -1325,7 +1325,7 @@  if __name__ == '__main__':
     parser.add_argument('-v', '--verbose', action='store_true', default=False,
                         help='Be more verbose in logging output')
     parser.add_argument('-k', '--housekeeping', action='store_true', default=False,
-                        help='Perform a housekeeping run')
+                        help='Perform a housekeeping run (supersede, archive)')
     parser.add_argument('--cachedir', default=None,
                         help='Cache directory to use instead of ~/.cache/git-patchwork-bot')
     parser.add_argument('--domain', default=None,