Skip to content

Commit

Permalink
apt-get: Add -h/-v/-o non-completions
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Mar 17, 2018
1 parent f4e54d9 commit c80c82c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions completions/apt-get
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ _apt_get()
fi

case $prev in
-h|--help|-v|--version|-o|--option)
return
;;
-c|--config-file)
_filedir
return
Expand Down

0 comments on commit c80c82c

Please sign in to comment.