minor cmd-line tools changes

This commit is contained in:
Matej Sekoranja
2012-10-08 13:44:45 +02:00
parent 0a68534a8e
commit cbbd106dd9
3 changed files with 6 additions and 3 deletions

View File

@@ -554,7 +554,7 @@ int main (int argc, char *argv[])
setvbuf(stdout,NULL,_IOLBF,BUFSIZ); /* Set stdout to line buffering */
while ((opt = getopt(argc, argv, ":hr:w:t")) != -1) {
while ((opt = getopt(argc, argv, ":hr:w:td")) != -1) {
switch (opt) {
case 'h': /* Print usage */
usage();