setserial: added missing \n in help text
authorDan Fandrich <dan@coneharvesters.com>
Mon, 20 Jun 2011 08:22:18 +0000 (10:22 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 20 Jun 2011 08:22:18 +0000 (10:22 +0200)
Signed-off-by: Dan Fandrich <dan@coneharvesters.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
miscutils/setserial.c

index 1574e3a..26902a2 100644 (file)
@@ -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"