Parcourir la source

Remove duplicate help message (#1525)

The pyenv help listing offered the "commands" command twice.
pull/1537/head
adrian-the-git il y a 6 ans
committed by Josh Friend
Parent
révision
7097f8204e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      libexec/pyenv-help

+ 1
- 1
libexec/pyenv-help Voir le fichier

@ -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"

Chargement…
Annuler
Enregistrer