Skip to content

Commit

Permalink
Changed usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
aandryashin committed Feb 10, 2017
1 parent 8815c8d commit 42bec81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (

func main() {
if len(os.Args) < 2 {
fmt.Println("Usage:\n\tinit COMMAND [args...]")
fmt.Printf("Usage:\n\t%s COMMAND [args...]\n", os.Args[0])
os.Exit(1)
}
cmd := exec.Command(os.Args[1], os.Args[2:]...)
Expand Down

0 comments on commit 42bec81

Please sign in to comment.