summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-04-25 14:51:16 +0200
committerGabriel F. T. Gomes <gabriel@debian.org>2023-04-17 02:11:38 +0000
commite68fde20600326e426e802233e46c940cab9478b (patch)
treeb0d39acc635fc4a7e3447c97c24c6432065fd465
parentfffd501c651d81aaf889dccd2edb42227d9bf741 (diff)
downloadbash-completion-e68fde20600326e426e802233e46c940cab9478b.tar.gz
completions/aptitude: add showsrc source
Add missing sub-commands. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r--completions/aptitude2
1 files changed, 1 insertions, 1 deletions
diff --git a/completions/aptitude b/completions/aptitude
index e5ea1636..558be7c5 100644
--- a/completions/aptitude
+++ b/completions/aptitude
@@ -110,7 +110,7 @@ _aptitude()
clean autoclean install reinstall remove hold unhold purge markauto
unmarkauto why why-not dist-upgrade full-upgrade download search
show forbid-version changelog keep keep-all build-dep add-user-tag
- remove-user-tag versions' -- "$cur"))
+ remove-user-tag showsrc source versions' -- "$cur"))
fi
} &&