Missing letters
This commit is contained in:
parent
880f642260
commit
95785f81a3
1 changed files with 1 additions and 1 deletions
|
|
@ -248,7 +248,7 @@ static void version(void)
|
|||
int main(int argc, char *argv[])
|
||||
{
|
||||
int option_index;
|
||||
char *short_options = "lLD:qt:c:f:r:d:eMNF:A:X:B:vI";
|
||||
char *short_options = "lLD:qt:c:f:r:d:eMNF:A:X:B:vIPC";
|
||||
static struct option long_options[] = {
|
||||
{"help", 0, 0, OPT_HELP},
|
||||
{"version", 0, 0, OPT_VERSION},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue