diff options
| author | Giampaolo Lauria <lauria2@yahoo.com> | 2011-08-02 13:50:15 -0400 |
|---|---|---|
| committer | Andrew Bartlett <abartlet@samba.org> | 2011-09-09 15:24:01 +1000 |
| commit | ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e (patch) | |
| tree | af6aac6878ebc682eb8ff66245463dc10d463e1b /source4/scripting/python/samba/netcmd/__init__.py | |
| parent | ef01932fdbf395c5a27f1935b585c6457a427574 (diff) | |
| download | samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.tar.gz samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.tar.bz2 samba-ca30b9ff3e66134f9d9d741e9c752ab4f6522f4e.zip | |
samba-tool: Expanded acronym descriptions
Expanded command acronym descriptions
Added footnote for "server connection needed"
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/scripting/python/samba/netcmd/__init__.py')
| -rw-r--r-- | source4/scripting/python/samba/netcmd/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/scripting/python/samba/netcmd/__init__.py b/source4/scripting/python/samba/netcmd/__init__.py index 3b7b982459d..d4f9b4b7102 100644 --- a/source4/scripting/python/samba/netcmd/__init__.py +++ b/source4/scripting/python/samba/netcmd/__init__.py @@ -165,6 +165,7 @@ class SuperCommand(Command): max_length = len(max(subcmds, key=len)) for cmd in subcmds: print " %*s - %s" % (-max_length, cmd, self.subcommands[cmd].description) + print " * server connection needed" if subcommand in [None]: raise CommandError("You must specify a subcommand") if subcommand in ['help', '-h', '--help']: |
