Fixed a few short options that take an argument.

short_opts[] was missing colons to indicate
required argument. Thanks to Fabio Pedretti for
the bug report.
This commit is contained in:
Lasse Collin 2007-12-13 20:14:37 +02:00
parent 918bcb0e07
commit 698470b8f3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ enum {
};
static const char short_opts[] = "cC:dfFhlLkqrStT:vVz123456789";
static const char short_opts[] = "cC:dfF:hlLkM:qrS:tT:vVz123456789";
static const struct option long_opts[] = {