diff sat_frontends/jp/cmd_pubsub.py @ 3411:f30b238d9c45

jp: follow best practices and use a dash (`-`) instead of underscore (`_`) for long options.
author Goffi <goffi@goffi.org>
date Thu, 12 Nov 2020 14:53:16 +0100
parents 7ebda4b54170
children 7b4ae3dbc041
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_pubsub.py	Thu Nov 12 14:53:16 2020 +0100
+++ b/sat_frontends/jp/cmd_pubsub.py	Thu Nov 12 14:53:16 2020 +0100
@@ -1530,7 +1530,7 @@
         )
         self.parser.add_argument(
             "-I",
-            "--ignore_errors",
+            "--ignore-errors",
             action="store_true",
             help=_(
                 "if command return a non zero exit code, ignore the item and continue"),