summaryrefslogtreecommitdiff
path: root/src/usbhid-dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usbhid-dump.c')
-rw-r--r--src/usbhid-dump.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usbhid-dump.c b/src/usbhid-dump.c
index 7ceb683..56a2956 100644
--- a/src/usbhid-dump.c
+++ b/src/usbhid-dump.c
@@ -792,7 +792,7 @@ PACKAGE_STRING "\n"
static bool
-usage(FILE *stream, const char *program_invocation_name)
+usage(FILE *stream, const char *name)
{
return
fprintf(
@@ -830,7 +830,7 @@ usage(FILE *stream, const char *program_invocation_name)
"Signals:\n"
" USR1/USR2 pause/resume the stream dump output\n"
"\n",
- program_invocation_name) >= 0;
+ name) >= 0;
}