diff sat_frontends/jp/cmd_application.py @ 3573:813595f88612

merge changes from main branch
author Goffi <goffi@goffi.org>
date Thu, 17 Jun 2021 13:05:58 +0200
parents 267e4987b58b
children 524856bd7b19
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_application.py	Thu Jun 03 15:21:43 2021 +0200
+++ b/sat_frontends/jp/cmd_application.py	Thu Jun 17 13:05:58 2021 +0200
@@ -147,12 +147,12 @@
         id_group.add_argument(
             "name",
             nargs="?",
-            help=_("name of the application to stop"),
+            help=_("name of the application to check"),
         )
         id_group.add_argument(
             "-i",
             "--id",
-            help=_("identifier of the instance to stop"),
+            help=_("identifier of the instance to check"),
         )
 
     async def start(self):