mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Merge m-c to inbound.
This commit is contained in:
commit
752e36f133
@ -127,12 +127,11 @@ You tell mach the command you want to perform and it does it for you.
|
||||
Some common commands are:
|
||||
|
||||
%(prog)s build Build/compile the source tree.
|
||||
%(prog)s test Run tests.
|
||||
%(prog)s help Show full help, including the list of all commands.
|
||||
|
||||
To see more help for a specific command, run:
|
||||
|
||||
%(prog)s <command> --help
|
||||
%(prog)s help <command>
|
||||
"""
|
||||
|
||||
def __init__(self, cwd):
|
||||
|
Loading…
Reference in New Issue
Block a user