Title: [210512] trunk/Tools
Revision
210512
Author
commit-qu...@webkit.org
Date
2017-01-09 09:41:25 -0800 (Mon, 09 Jan 2017)

Log Message

prepare-ChangeLog: Correct help string for --style option
https://bugs.webkit.org/show_bug.cgi?id=166725

Patch by Milan Crha <mc...@redhat.com> on 2017-01-09
Reviewed by Alexey Proskuryakov.

* Scripts/prepare-ChangeLog:
(main):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (210511 => 210512)


--- trunk/Tools/ChangeLog	2017-01-09 17:39:26 UTC (rev 210511)
+++ trunk/Tools/ChangeLog	2017-01-09 17:41:25 UTC (rev 210512)
@@ -1,3 +1,13 @@
+2017-01-09  Milan Crha  <mc...@redhat.com>
+
+        prepare-ChangeLog: Correct help string for --style option
+        https://bugs.webkit.org/show_bug.cgi?id=166725
+
+        Reviewed by Alexey Proskuryakov.
+
+        * Scripts/prepare-ChangeLog:
+        (main):
+
 2017-01-09  Lucas Forschler  <lforsch...@apple.com>
 
         https://bugs.webkit.org/show_bug.cgi?id=166839

Modified: trunk/Tools/Scripts/prepare-ChangeLog (210511 => 210512)


--- trunk/Tools/Scripts/prepare-ChangeLog	2017-01-09 17:39:26 UTC (rev 210511)
+++ trunk/Tools/Scripts/prepare-ChangeLog	2017-01-09 17:41:25 UTC (rev 210512)
@@ -140,7 +140,7 @@
     my $gitCommit = 0;
     my $gitIndex = "";
     my $gitReviewer = "";
-    my $checkWebKitStyle;
+    my $checkWebKitStyle = 0;
     my $openChangeLogs = 0;
     my $writeChangeLogs = 1;
     my $delimiters = 0;
@@ -174,7 +174,7 @@
         print STDERR "  --git-reviewer  When populating the ChangeLogs from a git commit claim that the spcified name reviewed the change.\n";
         print STDERR "                  This option is useful when the git commit lacks a Signed-Off-By: line\n";
         print STDERR "  -h|--help       Show this help message\n";
-        print STDERR "  --[no-]style    Run check-webkit-style script when done (default: style)\n";
+        print STDERR "  --[no-]style    Run check-webkit-style script when done (default: no-style)\n";
         print STDERR "  -o|--open       Open ChangeLogs in an editor when done\n";
         print STDERR "  --[no-]update   Update ChangeLogs from svn before adding entry (default: update)\n";
         print STDERR "  --[no-]write    Write ChangeLogs to disk (otherwise send new entries to stdout) (default: write)\n";
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to