From 5386fbdf639283e0ab411c88b454d288965d0858 Mon Sep 17 00:00:00 2001 From: Valerie Wolfe Date: Tue, 11 Jun 2024 11:05:33 -0400 Subject: [PATCH] mkwin: updated help text --- mkwin/src/main.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkwin/src/main.rs b/mkwin/src/main.rs index c98a8c8..8110621 100644 --- a/mkwin/src/main.rs +++ b/mkwin/src/main.rs @@ -96,10 +96,12 @@ println!("mkwin v{} Valerie Wolfe Quickly make bash scripts to run windows programs in WSL. -usage: mkwin [flags] +usage: mkwin [flags] [-- args] args: 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: -h, --help Shows this help text and exit.