Commit 2894ebfd authored by Jacob Vosmaer's avatar Jacob Vosmaer

Add missing newline to 'gitlab-zip-cat -version'

parent 8a339b46
...@@ -25,7 +25,7 @@ func main() { ...@@ -25,7 +25,7 @@ func main() {
} }
if len(os.Args) != 3 { if len(os.Args) != 3 {
fmt.Fprintf(os.Stderr, "Usage: %s FILE.ZIP ENTRY", progName) fmt.Fprintf(os.Stderr, "Usage: %s FILE.ZIP ENTRY\n", progName)
os.Exit(1) os.Exit(1)
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment