mkwin: updated help text

This commit is contained in:
Valerie Wolfe 2024-06-11 11:05:33 -04:00
parent 468727e2ad
commit 5386fbdf63

View file

@ -96,10 +96,12 @@ println!("mkwin v{}
Valerie Wolfe <sleeplessval@gmail.com> Valerie Wolfe <sleeplessval@gmail.com>
Quickly make bash scripts to run windows programs in WSL. Quickly make bash scripts to run windows programs in WSL.
usage: mkwin [flags] <target> usage: mkwin [flags] <target> [-- args]
args: args:
<target> The target program the resulting script will run. <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: flags:
-h, --help Shows this help text and exit. -h, --help Shows this help text and exit.