Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
isprogram
/
pyenv
réplica de
https://github.com/pyenv/pyenv.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Projects
0
Lanzamientos
241
Wiki
Actividad
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
e2e474c59d
commit
57df945738
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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
Escribir
Vista previa
Cargando…
Cancelar
Guardar