aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
Diffstat (limited to 'cmd')
-rw-r--r--cmd/soong_glob/soong_glob.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/soong_glob/soong_glob.go b/cmd/soong_glob/soong_glob.go
index 6f56bb98..83b8154c 100644
--- a/cmd/soong_glob/soong_glob.go
+++ b/cmd/soong_glob/soong_glob.go
@@ -61,7 +61,7 @@ func main() {
flag.Parse()
if *out == "" {
- fmt.Fprintln(os.Stderr, "error: -o is required\n")
+ fmt.Fprintf(os.Stderr, "error: -o is required\n")
usage()
}