Small fix to usage text to add a trailing closed square bracket (]).
authorsharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Feb 2004 04:16:37 +0000 (04:16 +0000)
committersharpe <sharpe@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 23 Feb 2004 04:16:37 +0000 (04:16 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@10194 f5534014-38df-0310-8fa8-9805f1628bb7

editcap.c

index d04c796e74a39b321d83783a14d59077c1621841..5c7b1a854003eacbd32d1ad89abc2e5a5a250838 100644 (file)
--- a/editcap.c
+++ b/editcap.c
@@ -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");