Skip to content

Commit

Permalink
Fix release output
Browse files Browse the repository at this point in the history
  • Loading branch information
byxor committed Aug 30, 2020
1 parent e832f58 commit 0253bc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ns/ns.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func main() {

if !argumentsWereSupplied {
fmt.Println(banner[1:])
fmt.Printf("Release %s", version)
fmt.Printf("Release %s\n\n", version)
flag.Usage()
}
}
Expand Down

0 comments on commit 0253bc7

Please sign in to comment.