mirror of
https://github.com/hoernschen/dendrite.git
synced 2024-12-27 23:48:27 +00:00
trivial typo in usage output
This commit is contained in:
parent
e67f9401be
commit
cdd1fdcd3d
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue