From 7163e08caa154b2680eba850c9e6766d1929fb91 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Thu, 20 Aug 2015 10:00:11 +1200 Subject: [PATCH] samba-tool --help: possessive pronoun "its" has no apostrophe "it's" is reserved for the contraction of "it is". This *is* somewhat illogical, which is how you know its proper English. Signed-off-by: Douglas Bagnall Reviewed-by: Andrew Bartlett Reviewed-by: Michael Adam --- 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 f0710f281f0..250fdf9e319 100644 --- a/python/samba/netcmd/domain.py +++ b/python/samba/netcmd/domain.py @@ -194,7 +194,7 @@ class cmd_domain_provision(Command): Option("--dnspass", type="string", metavar="PASSWORD", help="choose dns password (otherwise random)"), Option("--ldapadminpass", type="string", metavar="PASSWORD", - help="choose password to set between Samba and it's LDAP backend (otherwise random)"), + help="choose password to set between Samba and its LDAP backend (otherwise random)"), Option("--root", type="string", metavar="USERNAME", help="choose 'root' unix username"), Option("--nobody", type="string", metavar="USERNAME",