Comment out bogus command line entry
Linux implements -d to mean --print-decimal. We don't implement that and use -d for --device-path. Note that.
This commit is contained in:
parent
66c613905f
commit
f9f298a2f4
@ -59,7 +59,7 @@ static struct option longopts[] = {
|
||||
{ "name", required_argument, NULL, 'n' },
|
||||
{ "no-name", no_argument, NULL, 'N' },
|
||||
{ "print", no_argument, NULL, 'p' },
|
||||
{ "print-decimal", no_argument, NULL, 'd' },
|
||||
// { "print-decimal", no_argument, NULL, 'd' }, /* unimplemnted clash with linux version */
|
||||
{ "raw-guid", no_argument, NULL, 'R' },
|
||||
{ "utf8", no_argument, NULL, 'u' },
|
||||
{ "write", no_argument, NULL, 'w' },
|
||||
|
Loading…
Reference in New Issue
Block a user