[Webkit-unassigned] [Bug 50835] New: prepare-ChangeLog --help doesn't mention --bug shorthand -b

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 10 11:56:50 PST 2010


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

           Summary: prepare-ChangeLog --help doesn't mention --bug
                    shorthand -b
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: joepeck at webkit.org


I thought it was weird that prepare-ChangeLog mentions other shorthands like -o|--option,
but didn't mention -b for --bug; which I know works.

I did a google search and found:
http://perldoc.perl.org/Getopt/Long.html#Case-and-abbreviations

> Case and abbreviations
> ----------------------
> Without additional configuration, GetOptions() will ignore the case of option
> names, and allow the options to be abbreviated to uniqueness.
> 
>     GetOptions ('length|height=f' => \$length, "head" => \$head);
>     
> This call will allow `--l` and `--L` for the length option, but requires at
> least `--hea` and `--hei` for the head and height options.

I figured I'd still update the code and output to match the others.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list