Browse code

Remove duplicate help message (closes bb#203)

git-svn: trunk@2571

aCaB authored on 2006/12/22 03:44:05
Showing 2 changed files
... ...
@@ -1,3 +1,7 @@
1
+Thu Dec 21 19:41:55 CET 2006 (acab)
2
+-----------------------------------
3
+  * sigtool: Remove duplicate help message (closes bb#203)
4
+
1 5
 Thu Dec 21 19:16:53 CET 2006 (acab)
2 6
 -----------------------------------
3 7
   * libclamav: Handle long opt headers in packers, just in case...
... ...
@@ -1667,7 +1667,6 @@ void help(void)
1667 1667
     mprintf("    --list-sigs[=FILE]     -l[FILE]        List signature names\n");
1668 1668
     mprintf("    --vba=FILE                             Extract VBA/Word6 macro code\n");
1669 1669
     mprintf("    --vba-hex=FILE                         Extract Word6 macro code with hex values\n");
1670
-    mprintf("    --vba-hex=FILE                         Extract Word6 macro code with hex values\n");
1671 1670
     mprintf("    --diff=OLD NEW         -d OLD NEW      Create diff for OLD and NEW CVDs\n");
1672 1671
     mprintf("    --run-cdiff=FILE       -r FILE         Execute update script FILE in cwd\n");
1673 1672
     mprintf("    --verify-cdiff=DIFF CVD/INCDIR         Verify DIFF against CVD\n");