Skip to content

Commit

Permalink
updated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkstar committed Jun 2, 2024
1 parent e4a8bde commit 287f29b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func main() {
setupBinPath(tools.NuvCmd)
}

// check if first argument is help, info version: report output and exit
// check if first argument is help, info or version: report output and exit
trace("OS args:", os.Args)
args := os.Args

Expand All @@ -146,7 +146,6 @@ func main() {
case "v":
fmt.Println(NuvVersion)
os.Exit(0)

}
}

Expand Down

0 comments on commit 287f29b

Please sign in to comment.