diff --git a/cmd/syncthing/main.go b/cmd/syncthing/main.go index 3917c42e..6856921e 100644 --- a/cmd/syncthing/main.go +++ b/cmd/syncthing/main.go @@ -603,7 +603,7 @@ func syncthingMain(runtimeOptions RuntimeOptions) { } if err := checkShortIDs(cfg); err != nil { - l.Fatalln("Short device IDs are in conflict. Unlucky!\n Regenerate the device ID of one if the following:\n ", err) + l.Fatalln("Short device IDs are in conflict. Unlucky!\n Regenerate the device ID of one of the following:\n ", err) } if len(runtimeOptions.profiler) > 0 {