From e823554bc4ccd8aa419e979204b135d4433714c1 Mon Sep 17 00:00:00 2001 From: Jordi Mallach Date: Mon, 25 Apr 2022 12:55:17 +0200 Subject: [PATCH] Update dcut's help string to advertise current valid commands. Valid commands are, in current debianqueued, `rm`, `cancel` and `reschedule`, as correctly documented in dcut's manpage. --- dput/dcut.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dput/dcut.py b/dput/dcut.py index d89fb83..06b19c0 100755 --- a/dput/dcut.py +++ b/dput/dcut.py @@ -44,7 +44,7 @@ def make_usage_message(): -U file Upload specified commands file (presently no checks). -i changes Upload a commands file to remove files listed in .changes. - Supported commands: mv, rm + Supported commands: cancel, reschedule, rm (No paths or command-line options allowed on ftp-master.) """) % (dputhelper.get_progname(sys.argv)) return text -- GitLab