Complete --do-complete argument should be optional

darcs-hash:20060824005315-ac50b-fa4fb8177bc11cf20f2f95fff43cd674a439bae0.gz
This commit is contained in:
axel 2006-08-24 10:53:15 +10:00
parent 1a29979bbd
commit d1a3e6abf5

View file

@ -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'
} }
, ,
{ {