From d1a3e6abf539452cf3115982548cf820bacef24a Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 24 Aug 2006 10:53:15 +1000 Subject: Complete --do-complete argument should be optional darcs-hash:20060824005315-ac50b-fa4fb8177bc11cf20f2f95fff43cd674a439bae0.gz --- builtin_complete.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'builtin_complete.c') diff --git a/builtin_complete.c b/builtin_complete.c index 18f85c4a..0b7eede6 100644 --- a/builtin_complete.c +++ b/builtin_complete.c @@ -364,7 +364,7 @@ static int builtin_complete( wchar_t **argv ) } , { - L"do-complete", required_argument, 0, 'C' + L"do-complete", optional_argument, 0, 'C' } , { -- cgit v1.2.3