Browse Source

List unused short options.

Georgi Chorbadzhiyski 12 years ago
parent
commit
5a9d911916
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tsdecrypt.c

+ 1
- 1
tsdecrypt.c View File

@@ -103,7 +103,7 @@ void run_benchmark(void) {
103 103
 	puts("* Done *");
104 104
 }
105 105
 
106
-
106
+// Unused short options: ABFQTWYagjkmnqruvwxy0123456789
107 107
 static const struct option long_options[] = {
108 108
 	{ "ident",				required_argument, NULL, 'i' },
109 109
 	{ "daemon",				required_argument, NULL, 'd' },

Loading…
Cancel
Save