samba-tool: Fix typo in --help output.
authorKarolin Seeger <kseeger@samba.org>
Fri, 9 Nov 2012 08:07:38 +0000 (09:07 +0100)
committerVolker Lendecke <vl@samba.org>
Fri, 9 Nov 2012 10:04:50 +0000 (11:04 +0100)
Signed-off-by: Karolin Seeger <kseeger@samba.org>
Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Fri Nov  9 11:04:50 CET 2012 on sn-devel-104

source4/scripting/python/samba/netcmd/testparm.py

index 53357e4dffb5eece754c6aa4a6f2cfcb60e6dcab..34c8fa50fcb6afb17e204f235929511d76535903 100644 (file)
@@ -62,7 +62,7 @@ class cmd_testparm(Command):
         Option("-v", "--verbose", action="store_true",
                default=False, help="Show default options too"),
         # We need support for smb.conf macros before this will work again
-        Option("--server", type=str, help="Set %%L macro to servername"),
+        Option("--server", type=str, help="Set %L macro to servername"),
         # These are harder to do with the new code structure
         Option("--show-all-parameters", action="store_true", default=False,
                help="Show the parameters, type, possible values")