the -E probability parameter was missing in the usage summary

svn path=/trunk/; revision=14677
This commit is contained in:
Ulf Lamping 2005-06-17 07:56:27 +00:00
parent 1867bf8119
commit 46b7ee3e4d
1 changed files with 2 additions and 2 deletions

View File

@ -206,8 +206,8 @@ static void usage(void)
int i;
const char *string;
fprintf(stderr, "Usage: editcap [-r] [-h] [-v] [-T <encap type>] [-F <capture type>]\n");
fprintf(stderr, " [-s <snaplen>] [-t <time adjustment>]\n");
fprintf(stderr, "Usage: editcap [-r] [-h] [-v] [-T <encap type>] [-E <probability>]\n");
fprintf(stderr, " [-F <capture type>] [-s <snaplen>] [-t <time adjustment>]\n");
fprintf(stderr, " <infile> <outfile> [ <record#>[-<record#>] ... ]\n");
fprintf(stderr, " where\n");
fprintf(stderr, " \t-E <probability> specifies the probability (between 0 and 1)\n");