]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - tc/f_tcindex.c
treewide: refactor help messages
[mirror_iproute2.git] / tc / f_tcindex.c
index 159cf41461b5b35c02a415a384668dafc78f7a47..ae4cbf1186ade53892080d055ecaaa5c672245da 100644 (file)
 
 static void explain(void)
 {
-       fprintf(stderr," Usage: ... tcindex [ hash SIZE ] [ mask MASK ] [ shift SHIFT ]\n");
-       fprintf(stderr, "                    [ pass_on | fall_through ]\n");
-       fprintf(stderr,"                    [ classid CLASSID ] [ action ACTION_SPEC ]\n");
+       fprintf(stderr,
+               " Usage: ... tcindex    [ hash SIZE ] [ mask MASK ] [ shift SHIFT ]\n"
+               "                       [ pass_on | fall_through ]\n"
+               "                       [ classid CLASSID ] [ action ACTION_SPEC ]\n");
 }
 
 static int tcindex_parse_opt(struct filter_util *qu, char *handle, int argc,