trivial typo in usage output

main
Matthew Hodgson 2017-06-25 01:06:07 +01:00
parent e67f9401be
commit cdd1fdcd3d
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}