From 0492072fa849360a735125edfb4856dca7e39fcf Mon Sep 17 00:00:00 2001 From: Sandro Santilli 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 21067c64..57711f87 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 ' for more details or 'help advanced' to list additional commands.\n"); + linphonec_out("Type 'help ' for more details or\n"); + linphonec_out(" 'help advanced' to list additional commands.\n"); return 1; } -- 2.39.2