From de2e955e3e9be62e3853dcc45f49adabba1e2d75 Mon Sep 17 00:00:00 2001 From: Garming Sam Date: Thu, 26 May 2016 14:12:40 +1200 Subject: [PATCH] samba_dnsupdate: Fix typo in -no-substitutions name Signed-off-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/scripting/bin/samba_dnsupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate index e34d148154d4..4db783566976 100755 --- a/source4/scripting/bin/samba_dnsupdate +++ b/source4/scripting/bin/samba_dnsupdate @@ -67,7 +67,7 @@ parser.add_option("--update-list", type="string", help="Add DNS names from the g parser.add_option("--update-cache", type="string", help="Cache database of already registered records") parser.add_option("--fail-immediately", action='store_true', help="Exit on first failure") parser.add_option("--no-credentials", dest='nocreds', action='store_true', help="don't try and get credentials") -parser.add_option("--no-substiutions", dest='nosubs', action='store_true', help="don't try and expands variables in file specified by --update-list") +parser.add_option("--no-substitutions", dest='nosubs', action='store_true', help="don't try and expands variables in file specified by --update-list") creds = None ccachename = None -- 2.34.1