Skip to content

Commit

Permalink
Fix name in sphg
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwilliams committed May 31, 2018
1 parent d0fa57f commit 311a10a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmds/sphg/sph.go
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ func main() {
}

if flag.NArg() < 1 {
fmt.Println("Usage: sph <directory>")
fmt.Println("Usage: sphg <directory>")
os.Exit(1)
}

Expand Down

0 comments on commit 311a10a

Please # to comment.