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