diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2011-06-20 10:22:18 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-06-20 10:22:18 +0200 |
commit | 040b5a2e29743e21698d98c427fe033ffcc94eeb (patch) | |
tree | 802b208bb2d87b10c87f7710119df6df8e2fbcd4 | |
parent | 06448912e6af33a1ac95f985448f83cbd39bac44 (diff) | |
download | busybox-w32-040b5a2e29743e21698d98c427fe033ffcc94eeb.tar.gz busybox-w32-040b5a2e29743e21698d98c427fe033ffcc94eeb.tar.bz2 busybox-w32-040b5a2e29743e21698d98c427fe033ffcc94eeb.zip |
setserial: added missing \n in help text
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | miscutils/setserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
214 | //usage:#define setserial_full_usage "\n\n" | 214 | //usage:#define setserial_full_usage "\n\n" |
215 | //usage: "Request or set Linux serial port information\n" | 215 | //usage: "Request or set Linux serial port information\n" |
216 | //usage: "\n" | 216 | //usage: "\n" |
217 | //usage: " -g Interpret parameters as list of devices for reporting" | 217 | //usage: " -g Interpret parameters as list of devices for reporting\n" |
218 | //usage: " -a Print all available information\n" | 218 | //usage: " -a Print all available information\n" |
219 | //usage: " -b Print summary information\n" | 219 | //usage: " -b Print summary information\n" |
220 | //usage: " -G Print in form which can be fed back\n" | 220 | //usage: " -G Print in form which can be fed back\n" |