diff sat_frontends/jp/cmd_pubsub.py @ 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 7241ce3b79dd
children 0eacda79b5d1
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(