diff --git a/console/commands.c b/console/commands.c
index 21067c641eba2cc7ff4b92627f9819154736253c..57711f87a6f9afc7ee9c7167b02020e9c34abd0f 100644
--- a/console/commands.c
+++ b/console/commands.c
@@ -473,7 +473,8 @@ lpc_cmd_help(LinphoneCore *lc, char *arg)
 		}
 		
 		linphonec_out("---------------------------\n");
-		linphonec_out("Type 'help <command>' for more details or 'help advanced' to list additional commands.\n");
+		linphonec_out("Type 'help <command>' for more details or\n");
+		linphonec_out("     'help advanced' to list additional commands.\n");
 
 		return 1;
 	}