Эх сурвалжийг харах

Add comma to sentence (#54)

Makes it read nicer.
Andrew Morgan 6 жил өмнө
parent
commit
99ce84151a
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      main.go

+ 1 - 1
main.go

@@ -56,7 +56,7 @@ func (bridge *Bridge) GenerateRegistration() {
 		fmt.Fprintln(os.Stderr, "Failed to save config:", err)
 		os.Exit(22)
 	}
-	fmt.Println("Registration generated. Add the path to the registration to your Synapse config restart it, then start the bridge.")
+	fmt.Println("Registration generated. Add the path to the registration to your Synapse config, restart it, then start the bridge.")
 	os.Exit(0)
 }