From 0492072fa849360a735125edfb4856dca7e39fcf Mon Sep 17 00:00:00 2001
From: Sandro Santilli <strk@keybit.net>
Date: Fri, 11 Feb 2011 21:05:02 +0100
Subject: [PATCH] Try to keep help messages within 80 columns

---
 console/commands.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/console/commands.c b/console/commands.c
index 21067c641e..57711f87a6 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;
 	}
-- 
GitLab