From 0155472ee06c5661241d8451dea2fd566741df7f Mon Sep 17 00:00:00 2001 From: Alexander Gerasiov Date: Sun, 11 Feb 2018 19:03:05 +0300 Subject: [PATCH] jspy.c: Reformat help/usage output to be compatible with help2man. Signed-off-by: Alexander Gerasiov Gbp-Pq: Name 0020-jspy.c-Reformat-help-usage-output-to-be-compatible-w.patch --- j1939spy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/j1939spy.c b/j1939spy.c index 93bd40c..928af67 100644 --- a/j1939spy.c +++ b/j1939spy.c @@ -32,7 +32,7 @@ static const char help_msg[] = "j1939spy: An SAE J1939 spy utility" "\n" "Usage: j1939spy [OPTION...] [[IFACE:][NAME|SA][,PGN]]" "\n" - "\n" + "Options:\n" " -v, --verbose Increase verbosity" "\n" " -P, --promisc Run in promiscuous mode" "\n" " (= receive traffic not for this ECU)" "\n"