mirror of
https://github.com/linux-can/can-utils.git
synced 2026-08-06 06:49:53 +02:00
cansniffer: add short description in help text
Following other can-utils applications. Signed-off-by: Oliver Hartkopp <socketcan@hartkopp.net>
This commit is contained in:
+2
-1
@@ -1,6 +1,6 @@
|
||||
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
|
||||
/*
|
||||
* cansniffer.c
|
||||
* cansniffer.c - volatile CAN content visualizer
|
||||
*
|
||||
* Copyright (c) 2002-2007 Volkswagen Group Electronic Research
|
||||
* All rights reserved.
|
||||
@@ -205,6 +205,7 @@ void print_usage(char *prg)
|
||||
"\n"
|
||||
};
|
||||
|
||||
fprintf(stderr, "%s - volatile CAN content visualizer.\n", prg);
|
||||
fprintf(stderr, "\nUsage: %s [can-interface]\n", prg);
|
||||
fprintf(stderr, "Options:\n");
|
||||
fprintf(stderr, " -q (quiet - all IDs deactivated)\n");
|
||||
|
||||
Reference in New Issue
Block a user