changeset 3618:7f503b20597e

jp (pubsub/cache/purge): fix conflict with `subtype` short option
author Goffi <goffi@goffi.org>
date Mon, 02 Aug 2021 21:52:17 +0200
parents 766729ac4146
children 32181a45d54b
files sat_frontends/jp/cmd_pubsub.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_pubsub.py	Mon Aug 02 21:52:17 2021 +0200
+++ b/sat_frontends/jp/cmd_pubsub.py	Mon Aug 02 21:52:17 2021 +0200
@@ -890,7 +890,7 @@
             help="purge items flagged with TYPE. May be used several times."
         )
         self.parser.add_argument(
-            "-s", "--subtype", action="append", dest="subtypes",
+            "-S", "--subtype", action="append", dest="subtypes",
             help="purge items flagged with SUBTYPE. May be used several times."
         )
         self.parser.add_argument(