diff options
| author | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-05-09 11:24:10 +0200 |
|---|---|---|
| committer | Matthias Dieter Wallnöfer <mdw@samba.org> | 2010-05-09 19:14:47 +0200 |
| commit | ce4c0261f69732917ac7401dd123a03d4c13b030 (patch) | |
| tree | 01c199093f7c1439674476b81ed1bf0a3074eff6 /source4/scripting/python/samba/netcmd/time.py | |
| parent | b703481ef78b4f2234cf0d6c087c25fcbe3bd65c (diff) | |
| download | samba-ce4c0261f69732917ac7401dd123a03d4c13b030.tar.gz samba-ce4c0261f69732917ac7401dd123a03d4c13b030.tar.bz2 samba-ce4c0261f69732917ac7401dd123a03d4c13b030.zip | |
s4:net utility - make outprinted description comments more consistent
I've added a [server connection needed] when commands won't work on the local
SamDB.
Diffstat (limited to 'source4/scripting/python/samba/netcmd/time.py')
| -rw-r--r-- | source4/scripting/python/samba/netcmd/time.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/time.py b/source4/scripting/python/samba/netcmd/time.py index 163887a57ed..710f4b6d15e 100644 --- a/source4/scripting/python/samba/netcmd/time.py +++ b/source4/scripting/python/samba/netcmd/time.py @@ -27,7 +27,7 @@ from samba.netcmd import ( ) class cmd_time(Command): - """Retrieve the time on a remote server.""" + """Retrieve the time on a remote server [server connection needed]""" synopsis = "%prog time <server-name>" takes_optiongroups = { |
