File tree 6 files changed +6
-6
lines changed
6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ _comp_cmd_a2x()
29
29
[[ $was_split ]] && return
30
30
31
31
if [[ $cur == -* ]]; then
32
- _comp_compgen_help -- --help
32
+ _comp_compgen_help
33
33
[[ ${COMPREPLY-} == * = ]] && compopt -o nospace
34
34
return
35
35
fi
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ _comp_cmd_feh()
106
106
107
107
if [[ $cur == -* ]]; then
108
108
# Some versions of feh just output "See 'man feh'" for --help :(
109
- _comp_compgen_help -- --help
109
+ _comp_compgen_help
110
110
if [[ ${COMPREPLY-} ]]; then
111
111
[[ $COMPREPLY == * = ]] && compopt -o nospace
112
112
return
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ _comp_cmd_htop()
25
25
[[ $was_split ]] && return
26
26
27
27
if [[ $cur == -* ]]; then
28
- _comp_compgen_help -- --help
28
+ _comp_compgen_help
29
29
[[ ${COMPREPLY-} == * = ]] && compopt -o nospace
30
30
return
31
31
fi
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ _comp_cmd_kcov()
51
51
[[ $was_split ]] && return
52
52
53
53
if [[ $cur == -* ]]; then
54
- _comp_compgen_help -- --help
54
+ _comp_compgen_help
55
55
[[ ${COMPREPLY-} == * = ]] && compopt -o nospace
56
56
return
57
57
fi
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ _comp_cmd_slapt_get()
17
17
esac
18
18
19
19
if [[ $cur == -* ]]; then
20
- _comp_compgen_help -- --help
20
+ _comp_compgen_help
21
21
if [[ ${COMPREPLY-} ]]; then
22
22
[[ $COMPREPLY == * = ]] && compopt -o nospace
23
23
return
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ _comp_cmd_slapt_src()
19
19
[[ $was_split ]] && return
20
20
21
21
if [[ $cur == -* ]]; then
22
- _comp_compgen_help -- --help
22
+ _comp_compgen_help
23
23
if [[ ${COMPREPLY-} ]]; then
24
24
[[ $COMPREPLY == * = ]] && compopt -o nospace
25
25
return
You can’t perform that action at this time.
0 commit comments