Skip to content

Commit 9a47dd1

Browse files
akinomyogascop
andauthored
fix(help): remove redundant option --help on callers
Co-authored-by: Ville Skyttä <[email protected]>
1 parent 9412bc2 commit 9a47dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/slapt-get

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _comp_cmd_slapt_get()
1717
esac
1818

1919
if [[ $cur == -* ]]; then
20-
_comp_compgen_help "$1" --help
20+
_comp_compgen_help "$1"
2121
if [[ ${COMPREPLY-} ]]; then
2222
[[ $COMPREPLY == *= ]] && compopt -o nospace
2323
return

0 commit comments

Comments
 (0)