Closed
Bug 853225
Opened 12 years ago
Closed 12 years ago
Usage line is wrong for "mach help <command>"
Categories
(Firefox Build System :: Mach Core, enhancement)
Firefox Build System
Mach Core
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla22
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
Attachments
(1 file)
1.67 KB,
patch
|
gps
:
review+
|
Details | Diff | Splinter Review |
When you type "mach help build" or "mach build --help", mach prints:
usage: mach [global arguments] command [command arguments] build
[-h] [what [what ...]]
This patch changes it to:
usage: mach [global arguments] build [-h] [what [what ...]]
Attachment #727428 -
Flags: review?(gps)
Comment 1•12 years ago
|
||
I guess this is a dupe of bug 799322? But, this one has a patch, so let's preserve it.
Comment 2•12 years ago
|
||
Comment on attachment 727428 [details] [diff] [review]
patch
Review of attachment 727428 [details] [diff] [review]:
-----------------------------------------------------------------
Nice! And here I thought we'd have to monkeypatch argparse to get this right.
Attachment #727428 -
Flags: review?(gps) → review+
Comment 4•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•