[git commit] setserial: added missing \n in help text

Denys Vlasenko vda.linux at googlemail.com
Mon Jun 20 08:22:18 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=040b5a2e29743e21698d98c427fe033ffcc94eeb
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Dan Fandrich <dan at coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 miscutils/setserial.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/miscutils/setserial.c b/miscutils/setserial.c
index 1574e3a..26902a2 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"
-- 
1.7.3.4



More information about the busybox-cvs mailing list