s4/upgradeprovision: Fix help for --debugguess.
authorMichael Wood <esiotrot@gmail.com>
Sat, 8 Jan 2011 13:09:57 +0000 (15:09 +0200)
committerMatthieu Patou <mat@samba.org>
Sun, 13 Feb 2011 15:38:13 +0000 (16:38 +0100)
Signed-off-by: Matthieu Patou <mat@matws.net>
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Sun Feb 13 16:38:13 CET 2011 on sn-devel-104

source4/scripting/bin/upgradeprovision

index f0baabcfae0f0270063960f0a5a8f4b98f3575d8..8c79917d5e2f6ff507a69074ba7263ec57f87570 100755 (executable)
@@ -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",