Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
isprogram
/
pyenv
espelhamento de
https://github.com/pyenv/pyenv.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Projects
0
Versões
241
Wiki
Atividade
Ver código fonte
Merge pull request
#288
from mislav/usage-fix
fix obsolete usage instruction
pull/360/head^2
Guillermo Iguaran
13 anos atrás
pai
2a347226df
0ff3ca8a12
commit
2162054659
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
libexec/rbenv-version-file-write
+ 1
- 1
libexec/rbenv-version-file-write
Ver arquivo
@ -6,7 +6,7 @@ RBENV_VERSION_FILE="$1"
RBENV_VERSION="$2"
if [ -z "$RBENV_VERSION" ] || [ -z "$RBENV_VERSION_FILE" ]; then
echo "usage: rbenv
write-
version-file FILENAME VERSION" >&2
echo "usage: rbenv version-fil
e-writ
e FILENAME VERSION" >&2
exit 1
fi
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar