From efccef3334dfd80238583ae472d31c15055f8957 Mon Sep 17 00:00:00 2001 From: Eric Jiang Date: Thu, 10 Aug 2023 16:33:26 -0700 Subject: [PATCH] Fix wrong command in help --- usbscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usbscale.c b/usbscale.c index e7b09a4..644d982 100644 --- a/usbscale.c +++ b/usbscale.c @@ -110,7 +110,7 @@ const char* UNITS[13] = { const char *argp_program_version = "usbscale 0.2"; const char *argp_program_bug_address = ""; static char doc[] = "Read weight from a USB scale\n" -"The `tare' command will request the scale to reset to zero (not supported by all scales).\n"; +"The `zero' command will request the scale to reset to zero (not supported by all scales).\n"; static char args_doc[] = "[zero]"; static struct argp_option options[] = { { "index", 'i', "INDEX", 0, "Index of scale to read (default: 1)" },