Try to keep help messages within 80 columns

This commit is contained in:
Sandro Santilli 2011-02-11 21:05:02 +01:00
parent 5de1f11f05
commit 0492072fa8

View 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;
}