Fix a minor typo on nfc-barcode.c

This commit is contained in:
brianoy 2024-10-24 15:45:00 +08:00 committed by GitHub
parent 0bfcd9cdd6
commit fe4ee8e07e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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");
}