Skip to content

Commit

Permalink
Fix a minor typo on nfc-barcode.c
Browse files Browse the repository at this point in the history
  • Loading branch information
brianoy authored Oct 24, 2024
1 parent 0bfcd9c commit fe4ee8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/nfc-barcode.c
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ print_usage(char *argv[])
printf("Usage: %s [OPTIONS]\n", argv[0]);
printf("Options:\n");
printf("\t-h\tHelp. Print this message.\n");
printf("\t-q\tVerbose mode.\n");
printf("\t-v\tVerbose mode.\n");
}


Expand Down

0 comments on commit fe4ee8e

Please sign in to comment.