Merge pull request #747 from brianoy/master

Fix a minor typo on nfc-barcode.c
This commit is contained in:
Philippe Teuwen 2024-10-30 10:58:32 +01:00 committed by GitHub
commit 0e8cd450e1
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");
}