mkwin: updated help text
This commit is contained in:
parent
468727e2ad
commit
5386fbdf63
1 changed files with 3 additions and 1 deletions
|
@ -96,10 +96,12 @@ println!("mkwin v{}
|
|||
Valerie Wolfe <sleeplessval@gmail.com>
|
||||
Quickly make bash scripts to run windows programs in WSL.
|
||||
|
||||
usage: mkwin [flags] <target>
|
||||
usage: mkwin [flags] <target> [-- args]
|
||||
|
||||
args:
|
||||
<target> The target program the resulting script will run.
|
||||
[-- args] Arguments to forward to the target program. These are
|
||||
placed before any other arguments if present.
|
||||
|
||||
flags:
|
||||
-h, --help Shows this help text and exit.
|
||||
|
|
Loading…
Reference in a new issue