Clarify `about` info for pip-upgrade-all

pull/1718/head
Nariyasu Heseri 2020-12-08 03:48:31 +09:00
parent efbbe61695
commit 3256245580
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cite about-plugin
about-plugin 'pip helper functions'
pip-upgrade-all() {
about 'upgrades all user-installed pip packages'
about 'upgrades all system- and user-installed pip packages to user home'
group 'pip'
local outdated_packages="$(pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1)"