add usage for batch to tc.
This commit is contained in:
parent
351efcde4e
commit
4073448cc8
1
tc/tc.c
1
tc/tc.c
|
|
@ -180,6 +180,7 @@ noexist:
|
||||||
static void usage(void)
|
static void usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
|
fprintf(stderr, "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
|
||||||
|
" tc [-force] -batch file\n"
|
||||||
"where OBJECT := { qdisc | class | filter | action }\n"
|
"where OBJECT := { qdisc | class | filter | action }\n"
|
||||||
" OPTIONS := { -s[tatistics] | -d[etails] | -r[aw] | -b[atch] [file] }\n");
|
" OPTIONS := { -s[tatistics] | -d[etails] | -r[aw] | -b[atch] [file] }\n");
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue