Skip to content

Commit

Permalink
src: install: fix help msg
Browse files Browse the repository at this point in the history
  • Loading branch information
yuk7 committed Aug 21, 2021
1 parent ffd8c30 commit a33e0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ func ShowHelp(showTitle bool) {
println(" <no args>")
println(" - Install a new instance with default settings.")
println()
println(" install <rootfs file>")
println(" install [rootfs file]")
println(" - Install a new instance with your given rootfs file")
println(" You can use .tar(.gz) or .ext4.vhdx(.gz)")
}

0 comments on commit a33e0c7

Please sign in to comment.