aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--builtin.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/builtin.c b/builtin.c
index 98fd825a..0cf6f9c0 100644
--- a/builtin.c
+++ b/builtin.c
@@ -2306,7 +2306,7 @@ static int builtin_contains( wchar_t ** argv )
int opt = wgetopt_long( argc,
argv,
- L"h",
+ L"+h",
long_options,
&opt_index );
if( opt == -1 )
@@ -2360,9 +2360,7 @@ static int builtin_contains( wchar_t ** argv )
}
}
return 1;
-
-
-
+
}