Fix typo in help text

svn path=/trunk/; revision=24148
This commit is contained in:
Bill Meier 2008-01-20 23:12:12 +00:00
parent b49d30415f
commit 8f6398d5ba
1 changed files with 1 additions and 1 deletions

View File

@ -125,7 +125,7 @@ print_usage(gboolean print_ver) {
fprintf(output, "\nUsage: dumpcap [options] ...\n");
fprintf(output, "\n");
fprintf(output, "Capture interface:\n");
fprintf(output, " -i <interface> name or idx of interface (def: first none loopback)\n");
fprintf(output, " -i <interface> name or idx of interface (def: first non-loopback)\n");
fprintf(output, " -f <capture filter> packet filter in libpcap filter syntax\n");
fprintf(output, " -s <snaplen> packet snapshot length (def: 65535)\n");
fprintf(output, " -p don't capture in promiscuous mode\n");