index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Chantry Xavier <shiningxc@gmail.com> | 2008-03-15 21:10:54 +0100 |
---|---|---|
committer | Chantry Xavier <shiningxc@gmail.com> | 2008-03-22 18:39:15 +0100 |
commit | 5af076f09f67bb3abd80a28fa3f33437f08b18bc (patch) | |
tree | ab855353314223df307bbbc9640f79b546548874 /contrib | |
parent | 2f8fb80ee631ef866c3bd8cb5fab09a7360ca8d2 (diff) |
-rw-r--r-- | contrib/bash_completion | 1 | ||||
-rw-r--r-- | contrib/zsh_completion | 1 |
diff --git a/contrib/bash_completion b/contrib/bash_completion index bfe33908..11f021c8 100644 --- a/contrib/bash_completion +++ b/contrib/bash_completion @@ -261,7 +261,6 @@ _pacman () --asexplicit \ -c --clean \ -d --nodeps \ - -e --dependsonly \ -f --force \ -g --groups \ -h --help \ diff --git a/contrib/zsh_completion b/contrib/zsh_completion index eeef7d5f..e1273184 100644 --- a/contrib/zsh_completion +++ b/contrib/zsh_completion @@ -77,7 +77,6 @@ _pacman_opts_sync_actions=( # options for passing to _arguments: options for --sync command _pacman_opts_sync_modifiers=( '-d[Skip dependency checks]' - '-e[Install dependencies only]' '-f[Overwrite conflicting files]' '-i[View package information]' '-l[List all packages in a repository]' |