mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2026-01-24 16:42:01 +00:00
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)
|
||||
{
|
||||
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");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user