mkwin: updated help text
This commit is contained in:
parent
a54e5422b4
commit
ed26c60ceb
2 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "mkwin"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
|
|
|
@ -130,7 +130,11 @@ args:
|
|||
flags:
|
||||
-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
|
||||
the target binary in the given directory. The value given by
|
||||
|
|
Loading…
Reference in a new issue