From 5af076f09f67bb3abd80a28fa3f33437f08b18bc Mon Sep 17 00:00:00 2001 From: Chantry Xavier Date: Sat, 15 Mar 2008 21:10:54 +0100 Subject: Kill the dependsonly option. From the man page : "This is pretty useless and we're not sure why it even exists." Signed-off-by: Chantry Xavier --- contrib/bash_completion | 1 - contrib/zsh_completion | 1 - 2 files changed, 2 deletions(-) (limited to 'contrib') 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]' -- cgit v1.2.3-24-g4f1b