diff --git a/commands.go b/commands.go index 5e96912..a8b9976 100644 --- a/commands.go +++ b/commands.go @@ -329,7 +329,7 @@ func runCommand(conn *Connection, name string, args ...string) { } if conn.InTransit() && !cmd.mobile { - fmt.Fprintf(conn, "command %s can not be used while in transit", name) + fmt.Fprintf(conn, "command %s can not be used while in transit\n", name) return } cmd.handler(conn, args...)