diff --git a/src/run/help.go b/src/run/help.go index 0499da5..051ddfe 100644 --- a/src/run/help.go +++ b/src/run/help.go @@ -6,7 +6,8 @@ func ShowHelp(showTitle bool) { println("Usage:") } println(" ") - println(" - Open a new shell with your default settings.") + println(" - Open a new shell with your default settings. ") + println(" Inherit current directory (with exception that %%USERPROFILE%% is changed to $HOME).") println() println(" run ") println(" - Run the given command line in that instance. Inherit current directory.")