diff sat_frontends/jp/cmd_application.py @ 3563:267e4987b58b

doc: fix remaining SàT references/typos + add `libervia-cli` missing commands
author Goffi <goffi@goffi.org>
date Fri, 11 Jun 2021 09:21:41 +0200
parents be6d91572633
children 524856bd7b19
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_application.py	Fri Jun 11 09:19:43 2021 +0200
+++ b/sat_frontends/jp/cmd_application.py	Fri Jun 11 09:21:41 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):