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 2cf432f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/install/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
}
)

//Install installs distribution with default rootfs file names
// Install installs distribution with default rootfs file names
func Install(name string, rootPath string, showProgress bool) error {
rootPathLower := strings.ToLower(rootPath)
if showProgress {
Expand Down
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 2cf432f

Please sign in to comment.