From b929008dc6f3f8ffeb376d87d30d2101567f75e9 Mon Sep 17 00:00:00 2001 From: "Peter C. Kelly" Date: Wed, 4 May 2016 20:13:37 +1200 Subject: [PATCH] Improve help wording for samba-tool domain provision as per https://lists.samba.org/archive/samba-technical/2016-April/113740.html BUG: https://bugzilla.samba.org/show_bug.cgi?id=11894 Signed-off-by: Peter C. Kelly Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Jun 2 20:07:22 CEST 2016 on sn-devel-144 --- python/samba/netcmd/domain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/samba/netcmd/domain.py b/python/samba/netcmd/domain.py index 8437455c6f8..fd26d939cf6 100644 --- a/python/samba/netcmd/domain.py +++ b/python/samba/netcmd/domain.py @@ -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", -- 2.34.1