]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/tc.c
treewide: refactor help messages
[mirror_iproute2.git] / tc / tc.c
diff --git a/tc/tc.c b/tc/tc.c
index eacd5c08573d4e9f1bc8bd22a35e218033f86c06..e08f322a528a5fe6a27056804a2d71cca4ddb13f 100644 (file)
--- a/tc/tc.c
+++ b/tc/tc.c
@@ -194,14 +194,14 @@ noexist:
 static void usage(void)
 {
        fprintf(stderr,
-               "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
-               "       tc [-force] -batch filename\n"
+               "Usage: tc [ OPTIONS ] OBJECT { COMMAND | help }\n"
+               "       tc [-force] -batch filename\n"
                "where  OBJECT := { qdisc | class | filter | chain |\n"
-               "                   action | monitor | exec }\n"
+               "                   action | monitor | exec }\n"
                "       OPTIONS := { -V[ersion] | -s[tatistics] | -d[etails] | -r[aw] |\n"
-               "                    -o[neline] | -j[son] | -p[retty] | -c[olor]\n"
-               "                    -b[atch] [filename] | -n[etns] name |\n"
-               "                    -nm | -nam[es] | { -cf | -conf } path }\n");
+               "                   -o[neline] | -j[son] | -p[retty] | -c[olor]\n"
+               "                   -b[atch] [filename] | -n[etns] name |\n"
+               "                    -nm | -nam[es] | { -cf | -conf } path }\n");
 }
 
 static int do_cmd(int argc, char **argv, void *buf, size_t buflen)