fix typos in help message for meta match

Make sure examples actually work.
This commit is contained in:
Stephen Hemminger 2008-02-05 12:07:07 -08:00
parent eb6c04f5d8
commit ba26a6e853
1 changed files with 1 additions and 2 deletions

View File

@ -34,9 +34,8 @@ static void meta_print_usage(FILE *fd)
" META_ID := id [ shift SHIFT ] [ mask MASK ]\n" \
"\n" \
"Example: meta(nfmark gt 24)\n" \
" meta(indev shift 1 eq \"ppp\"\n" \
" meta(indev shift 1 eq \"ppp\")\n" \
" meta(tcindex mask 0xf0 eq 0xf0)\n" \
" meta(dev eq indev)\n" \
"\n" \
"For a list of meta identifiers, use meta(list).\n");
}