summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/samba/netcmd/machinepw.py
diff options
context:
space:
mode:
authorMatthias Dieter Wallnöfer <mdw@samba.org>2010-05-09 11:24:10 +0200
committerMatthias Dieter Wallnöfer <mdw@samba.org>2010-05-09 19:14:47 +0200
commitce4c0261f69732917ac7401dd123a03d4c13b030 (patch)
tree01c199093f7c1439674476b81ed1bf0a3074eff6 /source4/scripting/python/samba/netcmd/machinepw.py
parentb703481ef78b4f2234cf0d6c087c25fcbe3bd65c (diff)
downloadsamba-ce4c0261f69732917ac7401dd123a03d4c13b030.tar.gz
samba-ce4c0261f69732917ac7401dd123a03d4c13b030.tar.xz
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/machinepw.py')
-rw-r--r--source4/scripting/python/samba/netcmd/machinepw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/netcmd/machinepw.py b/source4/scripting/python/samba/netcmd/machinepw.py
index 8788e06a60a..f156f9752ad 100644
--- a/source4/scripting/python/samba/netcmd/machinepw.py
+++ b/source4/scripting/python/samba/netcmd/machinepw.py
@@ -25,7 +25,7 @@ from samba.netcmd import Command, CommandError
class cmd_machinepw(Command):
- """Get a machine password out of our SAM."""
+ """Gets a machine password out of our SAM"""
synopsis = "%prog machinepw <accountname>"