Add (and ignore) option t (sr #108638)

This commit is contained in:
wbaumann
2014-08-24 17:53:33 +00:00
parent 1428695cbb
commit ac275ff15b
2 changed files with 6 additions and 1 deletions

View File

@ -76,7 +76,7 @@ main(int argc, char *argv[])
bindtextdomain(PACKAGE, LOCALEDIR);
textdomain(PACKAGE);
char *short_options = "Vhflnrv";
char *short_options = "Vhflnrt:v";
static const struct option options[] = {
{"version", no_argument, NULL, 'V'},
{"help", no_argument, NULL, 'h'},
@ -111,6 +111,7 @@ main(int argc, char *argv[])
case 'n':
case 'r':
case 'v':
case 't':
case '?':
break;
default: