WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
50835
prepare-ChangeLog --help doesn't mention --bug shorthand -b
https://bugs.webkit.org/show_bug.cgi?id=50835
Summary
prepare-ChangeLog --help doesn't mention --bug shorthand -b
Joseph Pecoraro
Reported
2010-12-10 11:56:50 PST
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.
Attachments
[PATCH] Proposed Change
(2.05 KB, patch)
2010-12-10 12:02 PST
,
Joseph Pecoraro
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Joseph Pecoraro
Comment 1
2010-12-10 12:02:42 PST
Created
attachment 76231
[details]
[PATCH] Proposed Change • explicitly adds "b" which seems to be the style of the code • mentions -b in help • mentions the <bugid>argument in help
WebKit Commit Bot
Comment 2
2010-12-10 18:03:00 PST
Comment on
attachment 76231
[details]
[PATCH] Proposed Change Clearing flags on attachment: 76231 Committed
r73826
: <
http://trac.webkit.org/changeset/73826
>
WebKit Commit Bot
Comment 3
2010-12-10 18:03:05 PST
All reviewed patches have been landed. Closing bug.
Eric Seidel (no email)
Comment 4
2010-12-10 18:08:23 PST
Committed
r73827
: <
http://trac.webkit.org/changeset/73827
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug