libextractor

GNU libextractor
Log | Files | Refs | Submodules | README | LICENSE

commit ce23e2d6602379a9cdbb665afbde7168107ab87b
parent a969f525cbf0dfb3a43b836c33e8b123d839153e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun, 20 Dec 2009 20:16:02 +0000

fix

Diffstat:
Msrc/main/extract.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/extract.c b/src/main/extract.c @@ -588,7 +588,7 @@ main (int argc, char *argv[]) option_index = 0; c = getopt_long (argc, argv, - "abB:ghH:il:Lnp:vVx:", + "abghH:il:Lnp:vVx:", long_options, &option_index);