mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-22 11:41:38 +00:00
trivial typo in usage output
This commit is contained in:
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
Block a user