Mercurial > libervia-backend
diff sat_frontends/jp/cmd_adhoc.py @ 3368:e86b71b1aa31
core: minor typos, docstring/comments update
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 20 Sep 2020 14:05:40 +0200 |
parents | 559a625a236b |
children | be6d91572633 |
line wrap: on
line diff
--- a/sat_frontends/jp/cmd_adhoc.py Sun Sep 20 14:04:22 2020 +0200 +++ b/sat_frontends/jp/cmd_adhoc.py Sun Sep 20 14:05:40 2020 +0200 @@ -163,7 +163,7 @@ class List(base.CommandBase): - """Run an Ad-Hoc command""" + """List Ad-Hoc commands available on a service""" def __init__(self, host): super(List, self).__init__( @@ -175,7 +175,7 @@ "-j", "--jid", default="", - help=_("jid of the service (default: profile's server"), + help=_("jid of the service (default: profile's server)"), ) async def start(self):