From: Dan Fandrich Date: Mon, 20 Jun 2011 08:22:18 +0000 (+0200) Subject: setserial: added missing \n in help text X-Git-Tag: 1_19_0~53 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=040b5a2e29743e21698d98c427fe033ffcc94eeb;p=oweals%2Fbusybox.git setserial: added missing \n in help text Signed-off-by: Dan Fandrich Signed-off-by: Denys Vlasenko --- diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 1574e3afd..26902a273 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c @@ -214,7 +214,7 @@ struct serial_struct { //usage:#define setserial_full_usage "\n\n" //usage: "Request or set Linux serial port information\n" //usage: "\n" -//usage: " -g Interpret parameters as list of devices for reporting" +//usage: " -g Interpret parameters as list of devices for reporting\n" //usage: " -a Print all available information\n" //usage: " -b Print summary information\n" //usage: " -G Print in form which can be fed back\n"