trivial typo in usage output
parent
e67f9401be
commit
cdd1fdcd3d
|
@ -106,7 +106,7 @@ func main() {
|
||||||
|
|
||||||
if *syncServerURL == "" {
|
if *syncServerURL == "" {
|
||||||
flag.Usage()
|
flag.Usage()
|
||||||
fmt.Fprintln(os.Stderr, "no --sync-server-url specified.")
|
fmt.Fprintln(os.Stderr, "no --sync-api-server-url specified.")
|
||||||
os.Exit(1)
|
os.Exit(1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue