aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKees Cook <keescook@chromium.org>2021-11-30 16:11:22 -0800
committerKonstantin Ryabitsev <konstantin@linuxfoundation.org>2021-12-13 17:28:18 -0500
commitbba5718890cbc3704528c028e104dde197d4c49c (patch)
tree8513c109e86cc1f7fef0ff07b5df9e1d2aa354a1
parentfdc9d1a11c091ebf17efb8a80f8b04c23e1ae80c (diff)
downloadkorg-helpers-bba5718890cbc3704528c028e104dde197d4c49c.tar.gz
patchwork-bot: Note which actions are part of "housekeeping"
Expand the --help text slightly to remind users what things the "housekeeping" option does. Signed-off-by: Kees Cook <keescook@chromium.org> Signed-off-by: Konstantin Ryabitsev <konstantin@linuxfoundation.org> Link: https://lore.kernel.org/r/20211201001126.4106635-2-keescook@chromium.org
-rwxr-xr-xgit-patchwork-bot.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-patchwork-bot.py b/git-patchwork-bot.py
index f87af6e..d1eac6c 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,