Extra line to a help text
This commit is contained in:
parent
2d59d44a3e
commit
d35ced81ae
|
|
@ -56,7 +56,7 @@ var (
|
|||
}
|
||||
|
||||
if len(args) < 1 {
|
||||
fmt.Printf("Error: Need at least 1 image path/url\n\n")
|
||||
fmt.Printf("Error: Need at least 1 image path/url\nUse the -h flag for more info\n\n")
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue