summaryrefslogtreecommitdiff
path: root/completions/apt-build
diff options
context:
space:
mode:
Diffstat (limited to 'completions/apt-build')
-rw-r--r--completions/apt-build10
1 files changed, 5 insertions, 5 deletions
diff --git a/completions/apt-build b/completions/apt-build
index 8e593131..3812b20d 100644
--- a/completions/apt-build
+++ b/completions/apt-build
@@ -40,13 +40,13 @@ _apt_build()
esac
if [[ "$cur" == -* ]]; then
- COMPREPLY=( $( compgen -W '--help --show-upgraded -u --build-dir \
- --repository-dir --build-only --build-command --reinstall \
- --rebuild --remove-builddep --no-wrapper --purge --patch \
- --patch-strip -p --yes -y --version -v --no-source' -- "$cur" ) )
+ COMPREPLY=( $( compgen -W '--help --show-upgraded -u --build-dir
+ --repository-dir --build-only --build-command --reinstall --rebuild
+ --remove-builddep --no-wrapper --purge --patch --patch-strip -p
+ --yes -y --version -v --no-source' -- "$cur" ) )
else
- COMPREPLY=( $( compgen -W 'update upgrade install remove source \
+ COMPREPLY=( $( compgen -W 'update upgrade install remove source
dist-upgrade world clean info clean-build update-repository' \
-- "$cur" ) )
fi