From 2072cca806ac43a5ee0d422749e9e0c5f7611d47 Mon Sep 17 00:00:00 2001 From: "Andrew J. Schorr" Date: Tue, 30 Sep 2014 09:55:51 -0400 Subject: Fix minor bug: the "-h" option should not require an argument. --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.c') diff --git a/main.c b/main.c index 645a4561..03decbb8 100644 --- a/main.c +++ b/main.c @@ -212,7 +212,7 @@ main(int argc, char **argv) /* * The + on the front tells GNU getopt not to rearrange argv. */ - const char *optlist = "+F:f:v:W;bcCd::D::e:E:gh:i:l:L:nNo::Op::MPrStVY"; + const char *optlist = "+F:f:v:W;bcCd::D::e:E:ghi:l:L:nNo::Op::MPrStVY"; bool stopped_early = false; int old_optind; int i; -- cgit v1.2.3