summaryrefslogtreecommitdiff
path: root/completions
diff options
context:
space:
mode:
Diffstat (limited to 'completions')
-rw-r--r--completions/bash/apt4
1 files changed, 2 insertions, 2 deletions
diff --git a/completions/bash/apt b/completions/bash/apt
index 7c4b44a1a..b18c2ed8e 100644
--- a/completions/bash/apt
+++ b/completions/bash/apt
@@ -81,7 +81,7 @@ _apt()
--ignore-hold
--force-yes
--trivial-only
- --reinstall --solver
+ --reinstall --solver --no-strict-pinning
-t --target-release'"$GENERIC_APT_GET_OPTIONS" -- "$cur" ) )
return 0
;;
@@ -151,7 +151,7 @@ _apt()
-s --simulate --dry-run
-P --build-profiles
-t --target-release
- --purge --solver
+ --purge --solver --no-strict-pinning
'"$GENERIC_APT_GET_OPTIONS" -- "$cur" ) )
return 0
;;