blob: d1cc74c4e3fbedbdd518828b6247fedc615c7f24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
commit e68fde20600326e426e802233e46c940cab9478b
Author: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Date: Mon Apr 25 14:51:16 2022 +0200
completions/aptitude: add showsrc source
Add missing sub-commands.
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
diff --git a/completions/aptitude b/completions/aptitude
index e5ea163..558be7c 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
} &&
|