mkwin: updated help text

This commit is contained in:
Valerie Wolfe 2024-07-22 13:46:02 -04:00
parent a54e5422b4
commit ed26c60ceb
2 changed files with 6 additions and 2 deletions

View file

@ -1,6 +1,6 @@
[package] [package]
name = "mkwin" name = "mkwin"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
[dependencies] [dependencies]

View file

@ -130,7 +130,11 @@ args:
flags: flags:
-h, --help Show this help text and exit. -h, --help Show this help text and exit.
--empty The resulting script will not pass arguments. -e, --empty The resulting script will not pass arguments.
-E, --env-share The resulting script will use the 'env-share' utility to
share environment variables before calling the target
binary.
--find=<root> The resulting script will use the 'find' utility to locate --find=<root> The resulting script will use the 'find' utility to locate
the target binary in the given directory. The value given by the target binary in the given directory. The value given by