From 276688f2ad01c9cc900a164cdc29ab98dc4d66fd Mon Sep 17 00:00:00 2001 From: Alexander Gerasiov Date: Sun, 11 Feb 2018 19:03:05 +0300 Subject: [PATCH] jsr.c: Reformat help/usage output to be compatible with help2man. Signed-off-by: Alexander Gerasiov Gbp-Pq: Name 0021-jsr.c-Reformat-help-usage-output-to-be-compatible-wi.patch --- j1939sr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j1939sr.c b/j1939sr.c index c657778..8c63f34 100644 --- a/j1939sr.c +++ b/j1939sr.c @@ -33,7 +33,7 @@ static const char help_msg[] = "j1939sr: An SAE J1939 send/recv utility" "\n" "Usage: j1939sr [OPTION...] SOURCE [DEST]" "\n" - "\n" + "Options:\n" " -v, --verbose Increase verbosity" "\n" " -p, --priority=VAL J1939 priority (0..7, default 6)" "\n" " -S, --serialize Strictly serialize outgoing packets" "\n"