Small fix to usage text to add a trailing closed square bracket (]).

svn path=/trunk/; revision=10194
This commit is contained in:
Richard Sharpe 2004-02-23 04:16:37 +00:00
parent d42181e7a1
commit 59b1193763
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
/* Edit capture files. We can delete records, adjust timestamps, or
* simply convert from one format to another format.
*
* $Id: editcap.c,v 1.29 2004/01/25 22:21:39 guy Exp $
* $Id: editcap.c,v 1.30 2004/02/23 04:16:37 sharpe Exp $
*
* Originally written by Richard Sharpe.
* Improved by Guy Harris.
@ -274,7 +274,7 @@ static void usage(void)
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, " [-s <snaplen>] [-t <time adjustment]\n");
fprintf(stderr, " <infile> <outfile> [ <record#>[-<record#>] ... ]\n");
fprintf(stderr, " where\t-r specifies that the records specified should be kept, not deleted, \n");
fprintf(stderr, " default is to delete\n");