From: shemminger Date: Thu, 1 Sep 2005 22:29:05 +0000 (+0000) Subject: add usage for batch to tc. X-Git-Tag: ss-050901~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4073448cc886ef836d86c87d6e53dd82174ed1ca;p=thirdparty%2Fiproute2.git add usage for batch to tc. --- diff --git a/tc/tc.c b/tc/tc.c index f00722566..793eab24a 100644 --- a/tc/tc.c +++ b/tc/tc.c @@ -180,6 +180,7 @@ noexist: static void usage(void) { fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n" + " tc [-force] -batch file\n" "where OBJECT := { qdisc | class | filter | action }\n" " OPTIONS := { -s[tatistics] | -d[etails] | -r[aw] | -b[atch] [file] }\n"); }