Skip to content

Commit

Permalink
Fix wrong command in help
Browse files Browse the repository at this point in the history
  • Loading branch information
erjiang committed Aug 10, 2023
1 parent f8918c7 commit efccef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usbscale.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const char* UNITS[13] = {
const char *argp_program_version = "usbscale 0.2";
const char *argp_program_bug_address = "<https://www.github.com/erjiang/usbscale/issues>";
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)" },
Expand Down

0 comments on commit efccef3

Please sign in to comment.