]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
Improve help wording for samba-tool domain provision as per https://lists.samba.org...
authorPeter C. Kelly <peter+sambabugzilla@pck.co.nz>
Wed, 4 May 2016 08:13:37 +0000 (20:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 2 Jun 2016 18:07:22 +0000 (20:07 +0200)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=11894
Signed-off-by: Peter C. Kelly <peter+sambabugzilla@pck.co.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Thu Jun  2 20:07:22 CEST 2016 on sn-devel-144

python/samba/netcmd/domain.py

index 8437455c6f8d4f0156e021866f0378274e3d919a..fd26d939cf6a08e5713c936dd2f7bf74ba4df885 100644 (file)
@@ -173,7 +173,7 @@ class cmd_domain_provision(Command):
     takes_options = [
          Option("--interactive", help="Ask for names", action="store_true"),
          Option("--domain", type="string", metavar="DOMAIN",
-                help="set domain"),
+                help="NetBIOS domain name to use"),
          Option("--domain-guid", type="string", metavar="GUID",
                 help="set domainguid (otherwise random)"),
          Option("--domain-sid", type="string", metavar="SID",