diff sat_frontends/jp/cmd_message.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 569f4cf7183b
children be6d91572633
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_message.py	Thu Nov 12 14:53:16 2020 +0100
+++ b/sat_frontends/jp/cmd_message.py	Thu Nov 12 14:53:16 2020 +0100
@@ -60,7 +60,7 @@
             help=_("subject of the message"),
         )
         self.parser.add_argument(
-            "-L", "--subject_lang", type=str, default="", help=_("language of subject")
+            "-L", "--subject-lang", type=str, default="", help=_("language of subject")
         )
         self.parser.add_argument(
             "-t",