Skip to content

Commit

Permalink
testj1939.c: Reformat help/usage output to be compatible with help2man.
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gerasiov <gq@debian.org>

Gbp-Pq: Name 0025-testj1939.c-Reformat-help-usage-output-to-be-compati.patch
  • Loading branch information
gerasiov committed Apr 27, 2020
1 parent 9e491bc commit d39cb04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testj1939.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

static const char help_msg[] =
"testj1939: demonstrate j1939 use\n"
"Usage: testj1939 FROM TO\n"
"Usage: testj1939 [OPTIONS] FROM TO\n"
" FROM / TO - or [IFACE][:[SA][,[PGN][,NAME]]]\n"
"Options:\n"
" -v Print relevant API calls\n"
Expand All @@ -46,7 +46,7 @@ static const char help_msg[] =
" -n Emit 64bit NAMEs in output\n"
" -w[TIME] Return after TIME (default 1) seconds\n"
"\n"
"Example:\n"
"Examples:\n"
"testj1939 can1 20\n"
"\n"
;
Expand Down

0 comments on commit d39cb04

Please sign in to comment.