From: Michael Wood Date: Sat, 8 Jan 2011 13:09:57 +0000 (+0200) Subject: s4/upgradeprovision: Fix help for --debugguess. X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=877e0ef5f27f90b784fd1f9a384f3eb6eeac5703;p=obnox%2Fsamba%2Fsamba-obnox.git s4/upgradeprovision: Fix help for --debugguess. Signed-off-by: Matthieu Patou Autobuild-User: Matthieu Patou Autobuild-Date: Sun Feb 13 16:38:13 CET 2011 on sn-devel-104 --- diff --git a/source4/scripting/bin/upgradeprovision b/source4/scripting/bin/upgradeprovision index f0baabcfae0..8c79917d5e2 100755 --- a/source4/scripting/bin/upgradeprovision +++ b/source4/scripting/bin/upgradeprovision @@ -142,7 +142,7 @@ parser.add_option("--setupdir", type="string", metavar="DIR", help="directory with setup files") parser.add_option("--debugprovision", help="Debug provision", action="store_true") parser.add_option("--debugguess", action="store_true", - help="Print information on what is different but won't be changed") + help="Print information on which values are guessed") parser.add_option("--debugchange", action="store_true", help="Print information on what is different but won't be changed") parser.add_option("--debugchangesd", action="store_true",