Commit 5ade934c authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent fde635b7
......@@ -2271,7 +2271,7 @@ func _main() (err error) {
flag.Parse()
if len(flag.Args()) != 2 {
fmt.Errorf("Usage: %s [OPTIONS] zurl mntpt", os.Args[0])
return fmt.Errorf("Usage: %s [OPTIONS] zurl mntpt", os.Args[0])
}
zurl := flag.Args()[0]
mntpt := flag.Args()[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