From: Jonathan Hunter Date: Mon, 19 Feb 2018 07:38:37 +0000 (+0000) Subject: Update help text for dbcheck X-Git-Tag: talloc-2.1.12~92 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f092ac5b6ebbe3a717498fea08d8f4503e3259dc;p=thirdparty%2Fsamba.git Update help text for dbcheck Update the help text for dbcheck, to make its behaviour clear (in particular with reference to the difference between specifying "--yes" on the command line, and answering "yes"/"all" to each individual question) Signed-off-by: Andrew Bartlett Reviewed-by: Andrew Bartlett Reviewed-by: Garming Sam Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Mon Mar 19 12:39:12 CET 2018 on sn-devel-144 --- diff --git a/python/samba/netcmd/dbcheck.py b/python/samba/netcmd/dbcheck.py index 2217366cc8d..aec45d26824 100644 --- a/python/samba/netcmd/dbcheck.py +++ b/python/samba/netcmd/dbcheck.py @@ -61,7 +61,7 @@ class cmd_dbcheck(Command): Option("--fix", dest="fix", default=False, action='store_true', help='Fix any errors found'), Option("--yes", action='callback', callback=process_yes, - help="don't confirm changes, just do them all as a single transaction"), + help="don't confirm changes individually. Applies all as a single transaction (will not succeed if any errors are found)"), Option("--cross-ncs", dest="cross_ncs", default=False, action='store_true', help="cross naming context boundaries"), Option("-v", "--verbose", dest="verbose", action="store_true", default=False,