mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-21 20:47:00 -05:00
Remove duplicate help message (#1525)
The pyenv help listing offered the "commands" command twice.
This commit is contained in:
parent
1487135415
commit
7097f8204e
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ if [ -z "$1" ] || [ "$1" == "pyenv" ]; then
|
|||
[ -z "$usage" ] || exit
|
||||
echo
|
||||
echo "Some useful pyenv commands are:"
|
||||
print_summaries commands $(exec pyenv-commands | sort -u)
|
||||
print_summaries $(exec pyenv-commands | sort -u)
|
||||
echo
|
||||
echo "See \`pyenv help <command>' for information on a specific command."
|
||||
echo "For full documentation, see: https://github.com/pyenv/pyenv#readme"
|
||||
|
|
Loading…
Reference in a new issue