Skip to content

Commit

Permalink
Include name in --version output to be in line with wc
Browse files Browse the repository at this point in the history
  • Loading branch information
timdp committed Apr 24, 2018
1 parent 79a02a8 commit 4fc0f03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lwc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func main() {
switch {
case config.version:
// Print version and exit
fmt.Println(version)
fmt.Printf("lwc %s\n", version)
case config.help:
// Print usage and exit
getopt.PrintUsage(os.Stdout)
Expand Down

0 comments on commit 4fc0f03

Please sign in to comment.