Skip to content

Commit

Permalink
Improve usage description.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Jan 11, 2022
1 parent b93487b commit 2d7a59c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/nv/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 87,8 @@ func main() {
}

func printHelp() {
fmt.Printf("usage: nv <env files> <command> [arguments...]\n")
fmt.Printf("usage: nv [--version] [--help]\n")
fmt.Printf(" <env files> <command> [arguments...]\n")
}

func printVersion() {
Expand Down

0 comments on commit 2d7a59c

Please sign in to comment.