From 4d588a24e940d08d5b59c9d6e70e4ce8726dfc8e Mon Sep 17 00:00:00 2001 From: David Adam Date: Tue, 4 Nov 2014 23:33:31 +0800 Subject: [PATCH] complete: recognise -w short option for --wraps Closes #1793. --- builtin_complete.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builtin_complete.cpp b/builtin_complete.cpp index 691fad2b7..b11ad7bf6 100644 --- a/builtin_complete.cpp +++ b/builtin_complete.cpp @@ -339,7 +339,7 @@ static int builtin_complete(parser_t &parser, wchar_t **argv) int opt = wgetopt_long(argc, argv, - L"a:c:p:s:l:o:d:frxeuAn:C::h", + L"a:c:p:s:l:o:d:frxeuAn:C::w:h", long_options, &opt_index); if (opt == -1)