From: Peter C. Kelly Date: Wed, 4 May 2016 08:13:37 +0000 (+1200) Subject: Improve help wording for samba-tool domain provision as per https://lists.samba.org... X-Git-Tag: tdb-1.3.10~1001 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b929008dc6f3f8ffeb376d87d30d2101567f75e9;p=thirdparty%2Fsamba.git 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 --- 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",