summaryrefslogtreecommitdiff
path: root/source4/setup
diff options
context:
space:
mode:
authorAndrew Kroeger <andrew@sprocks.gotdns.com>2008-05-21 18:54:15 -0500
committerAndrew Kroeger <andrew@sprocks.gotdns.com>2008-05-21 20:46:15 -0500
commit6576a022b87c128d20164b4543f3d59c48c459ea (patch)
treedc79cbcf3a98d91e1f96fcb4fe90296ba37262d7 /source4/setup
parentbf3f3af92677bce8f03b0dd2be552d6c8c730ca1 (diff)
downloadsamba-6576a022b87c128d20164b4543f3d59c48c459ea.tar.gz
samba-6576a022b87c128d20164b4543f3d59c48c459ea.tar.bz2
samba-6576a022b87c128d20164b4543f3d59c48c459ea.zip
enableaccount: Use correct command name in usage output.
(This used to be commit 4ca8f32a37196c81547679b2ee8d00cb77a01269)
Diffstat (limited to 'source4/setup')
-rwxr-xr-xsource4/setup/enableaccount2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/setup/enableaccount b/source4/setup/enableaccount
index c2321606a6..061997b804 100755
--- a/source4/setup/enableaccount
+++ b/source4/setup/enableaccount
@@ -17,7 +17,7 @@ import ldb
from samba.auth import system_session
from samba.samdb import SamDB
-parser = optparse.OptionParser("setpassword [username] [options]")
+parser = optparse.OptionParser("enableaccount [username] [options]")
sambaopts = options.SambaOptions(parser)
parser.add_option_group(sambaopts)
parser.add_option_group(options.VersionOptions(parser))