Explorar el Código

Don't print version before help summary (bare `rbenv` already does this)

pull/360/head^2
Sam Stephenson hace 13 años
padre
commit
57df945738
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      libexec/rbenv-help

+ 0
- 1
libexec/rbenv-help Ver fichero

@ -124,7 +124,6 @@ if [ "$1" = "--usage" ]; then
fi
if [ -z "$1" ] || [ "$1" == "rbenv" ]; then
[ -n "$usage" ] || rbenv---version
echo "Usage: rbenv <command> [<args>]"
[ -z "$usage" ] || exit
echo

Cargando…
Cancelar
Guardar