Mercurial > libervia-backend
diff frontends/src/jp/cmd_info.py @ 1199:96fb74a4714d
misc: fixed some typos
author | Matteo Cypriani <mcy@lm7.fr> |
---|---|
date | Mon, 15 Sep 2014 14:18:25 +0200 |
parents | 6ec513ad92c2 |
children | 069ad98b360d |
line wrap: on
line diff
--- a/frontends/src/jp/cmd_info.py Tue Sep 09 22:09:51 2014 -0400 +++ b/frontends/src/jp/cmd_info.py Mon Sep 15 14:18:25 2014 +0200 @@ -120,4 +120,4 @@ subcommands = (Disco, Version) def __init__(self, host): - super(Info, self).__init__(host, 'info', use_profile=False, help=_('Get various informations on entities')) + super(Info, self).__init__(host, 'info', use_profile=False, help=_('Get various pieces of information on entities'))