add usage for batch to tc.

This commit is contained in:
shemminger 2005-09-01 22:29:05 +00:00
parent 351efcde4e
commit 4073448cc8

View File

@ -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");
}