Skip to content

Commit

Permalink
run: help: wrote note for inherit current directory behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed May 6, 2024
1 parent 4f4520a commit 392f9a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/run/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ func ShowHelp(showTitle bool) {
println("Usage:")
}
println(" <no args>")
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 <command line>")
println(" - Run the given command line in that instance. Inherit current directory.")
Expand Down

0 comments on commit 392f9a4

Please sign in to comment.