# HG changeset patch # User Goffi # Date 1627933937 -7200 # Node ID 7f503b20597eb52990599087a99cc528030b2470 # Parent 766729ac41461e6961a791175807c12c460c5174 jp (pubsub/cache/purge): fix conflict with `subtype` short option diff -r 766729ac4146 -r 7f503b20597e sat_frontends/jp/cmd_pubsub.py --- 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(