mkwin: proofread and clarified help text
This commit is contained in:
parent
9bc9ba71ec
commit
480620e192
1 changed files with 7 additions and 7 deletions
|
@ -107,20 +107,20 @@ 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.
|
||||
[-- args] Arguments forwarded to the target program. These are placed
|
||||
before any other arguments in the resulting script.
|
||||
|
||||
flags:
|
||||
-h, --help Shows this help text and exit.
|
||||
-h, --help Show this help text and exit.
|
||||
|
||||
--empty The resulting script will not pass arguments.
|
||||
|
||||
--pc=<flags> The resulting script will use the 'path-convert' to convert
|
||||
arguments from UNIX to DOS, with the provided set of flags
|
||||
('x' for no flags).
|
||||
--pc=<flags> The resulting script will use the 'path-convert' tool to
|
||||
convert arguments from UNIX to DOS, with the provided set of
|
||||
flags ('x' for no flags).
|
||||
|
||||
-q, --quiet The resulting script will run the target program in the
|
||||
background and with its outputs redirected to '/dev/null'.",
|
||||
background and redirect all output to '/dev/null'.",
|
||||
env!("CARGO_PKG_VERSION"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue