Browse Source

Add comment

master
Blink The Things 3 years ago
parent
commit
112b3e47e5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      cmd/modhex.go

+ 1
- 0
cmd/modhex.go View File

@ -28,6 +28,7 @@ func main() {
}
flag.Parse()
// display usage if no data is provided
if flag.NArg() < 1 {
flag.Usage()
os.Exit(0)


Loading…
Cancel
Save