tc: skbmod style cleanup

break long lines
This commit is contained in:
Stephen Hemminger 2016-10-12 15:12:51 -07:00
parent 46871dc9c6
commit 557b705445

View File

@ -29,11 +29,10 @@
static void skbmod_explain(void)
{
fprintf(stderr,
"Usage:... skbmod {[set <SETTABLE>] [swap <SWAPABLE>]} [CONTROL] [index INDEX]\n");
fprintf(stderr, "where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE] \n");
fprintf(stderr, "where SWAPABLE is: \"mac\" to swap mac addresses\n");
fprintf(stderr, "note: \"swap mac\" is done after any outstanding D/SMAC change\n");
fprintf(stderr,
"Usage:... skbmod {[set <SETTABLE>] [swap <SWAPABLE>]} [CONTROL] [index INDEX]\n"
"where SETTABLE is: [dmac DMAC] [smac SMAC] [etype ETYPE]\n"
"where SWAPABLE is: \"mac\" to swap mac addresses\n"
"note: \"swap mac\" is done after any outstanding D/SMAC change\n"
"\tDMAC := 6 byte Destination MAC address\n"
"\tSMAC := optional 6 byte Source MAC address\n"
"\tETYPE := optional 16 bit ethertype\n"