Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
aptitude: Add keep to commands list (Debian: #867587)
  • Loading branch information
scop committed Jul 9, 2017
1 parent 8706bc1 commit 5ed2fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/aptitude
Expand Up @@ -77,7 +77,7 @@ _aptitude()
COMPREPLY=( $( compgen -W 'update upgrade safe-upgrade forget-new
clean autoclean install reinstall remove hold unhold purge markauto
unmarkauto why why-not dist-upgrade full-upgrade download search
show forbid-version changelog keep-all build-dep add-user-tag
show forbid-version changelog keep keep-all build-dep add-user-tag
remove-user-tag versions' -- "$cur" ) )
fi

Expand Down

0 comments on commit 5ed2fc4

Please sign in to comment.