Mercurial > libervia-backend
comparison 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 |
comparison
equal
deleted
inserted
replaced
1198:16ce9a6580a3 | 1199:96fb74a4714d |
---|---|
118 | 118 |
119 class Info(base.CommandBase): | 119 class Info(base.CommandBase): |
120 subcommands = (Disco, Version) | 120 subcommands = (Disco, Version) |
121 | 121 |
122 def __init__(self, host): | 122 def __init__(self, host): |
123 super(Info, self).__init__(host, 'info', use_profile=False, help=_('Get various informations on entities')) | 123 super(Info, self).__init__(host, 'info', use_profile=False, help=_('Get various pieces of information on entities')) |