]> sjero.net Git - linphone/commitdiff
Try to keep help messages within 80 columns
authorSandro Santilli <strk@keybit.net>
Fri, 11 Feb 2011 20:05:02 +0000 (21:05 +0100)
committerSandro Santilli <strk@keybit.net>
Fri, 11 Feb 2011 20:05:02 +0000 (21:05 +0100)
console/commands.c

index 21067c641eba2cc7ff4b92627f9819154736253c..57711f87a6f9afc7ee9c7167b02020e9c34abd0f 100644 (file)
@@ -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;
        }