diff --git a/tc/tc_filter.c b/tc/tc_filter.c index 177446ef..919c57c1 100644 --- a/tc/tc_filter.c +++ b/tc/tc_filter.c @@ -121,6 +121,7 @@ int tc_filter_modify(int cmd, unsigned flags, int argc, char **argv) return -1; } else if (matches(*argv, "help") == 0) { usage(); + return 0; } else { strncpy(k, *argv, sizeof(k)-1);