From ed26c60ceb2dd09f5feaaa62ce753a73494f88cb Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Mon, 22 Jul 2024 13:46:02 -0400 Subject: [PATCH] mkwin: updated help text --- mkwin/Cargo.toml | 2 +- mkwin/src/main.rs | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/mkwin/Cargo.toml b/mkwin/Cargo.toml index 6c150c0..99aeff0 100644 --- a/mkwin/Cargo.toml +++ b/mkwin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mkwin" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies] diff --git a/mkwin/src/main.rs b/mkwin/src/main.rs index a98ae8c..b3cbb95 100644 --- a/mkwin/src/main.rs +++ b/mkwin/src/main.rs @@ -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= The resulting script will use the 'find' utility to locate the target binary in the given directory. The value given by