mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
completes/pacman.fish: replace --force
to --overwrite
This commit is contained in:
parent
4cdc5e4020
commit
2b9dd4595c
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ end
|
|||
|
||||
# Upgrade options (sync, upgrade)
|
||||
for condition in sync upgrade
|
||||
complete -c $progname -n $$condition -l force -d 'Bypass file conflict checks' -f
|
||||
complete -c $progname -n $$condition -l overwrite -d 'overwrite conflicting files (can be used more than once)'
|
||||
complete -c $progname -n $$condition -l ignore -d 'Ignore upgrade of PACKAGE' -xa "$listinstalled" -f
|
||||
complete -c $progname -n $$condition -l ignoregroup -d 'Ignore upgrade of GROUP' -xa "$listgroups" -f
|
||||
complete -c $progname -n $$condition -l needed -d 'Do not reinstall up-to-date targets' -f
|
||||
|
|
Loading…
Reference in a new issue