10666: Formatting fixes.
[arvados.git] / services / crunch-run / crunchrun.go
index a957874f91504215b875a3e352e5c57d5d5c56b1..02ac872a6f958e45e68284c567f4b9094e32961b 100644 (file)
@@ -1601,11 +1601,11 @@ func main() {
 
        // Print version information if requested
        if *getVersion {
-               fmt.Printf("Version: %s\n", version)
-               os.Exit(0)
+               fmt.Printf("crunch-run %s\n", version)
+               return
        }
 
-       log.Printf("crunch-run %q started", version)
+       log.Printf("crunch-run %s started", version)
 
        containerId := flag.Arg(0)