Changeset 171220 in webkit


Ignore:
Timestamp:
Jul 18, 2014 7:12:26 AM (10 years ago)
Author:
commit-queue@webkit.org
Message:
Fix -vverbose option in sort-export-file script.

https://bugs.webkit.org/show_bug.cgi?id=135043

Patch by Renato Nagy <nagy.renato@stud.u-szeged.hu> on 2014-07-18
Reviewed by Tim Horton.

-vverbose option does not work. Option added to getOptionsResult.
  • Scripts/sort-export-file:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r171217 r171220  
     12014-07-18  Renato Nagy  <nagy.renato@stud.u-szeged.hu>
     2
     3        Fix -v|--verbose option in sort-export-file script.
     4        https://bugs.webkit.org/show_bug.cgi?id=135043
     5
     6        Reviewed by Tim Horton.
     7
     8        -v|--verbose option does not work. Option added to getOptionsResult.
     9
     10        * Scripts/sort-export-file:
     11
    1122014-07-18  Filip Pizlo  <fpizlo@apple.com>
    213
  • trunk/Tools/Scripts/sort-export-file

    r165744 r171220  
    4040my $getOptionsResult = GetOptions(
    4141    'h|help' => \$shouldShowHelp,
     42    'v|verbose' => \$shouldBeVerbose,
    4243    'w|warnings!' => \$shouldPrintWarnings,
    4344);
Note: See TracChangeset for help on using the changeset viewer.