samba-tool: Fix typo in --help output.
[metze/samba/wip.git] / 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")