This commit is contained in:
chris
2002-08-20 16:47:10 +00:00
parent 5e6b69e09a
commit 4e67f1ebba

View File

@@ -174,4 +174,6 @@ void options_read(int argc, char **argv) {
} }
} }
if (optind != argc)
fprintf(stderr, "iftop: warning: ignored arguments following options\n");
} }