Procházet zdrojové kódy

Usage consistency

pull/360/head^2
Sam Stephenson před 13 roky
rodič
revize
4b6c91e827
2 změnil soubory, kde provedl 3 přidání a 3 odebrání
  1. +2
    -2
      libexec/rbenv-hooks
  2. +1
    -1
      libexec/rbenv-whence

+ 2
- 2
libexec/rbenv-hooks Zobrazit soubor

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Summary: List hook scripts for a rbenv command
# Usage: rbenv hooks COMMAND
# Summary: List hook scripts for a given rbenv command
# Usage: rbenv hooks <command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x

+ 1
- 1
libexec/rbenv-whence Zobrazit soubor

@ -1,6 +1,6 @@
#!/usr/bin/env bash
# Summary: List all Ruby versions that contain the given executable
# Usage: rbenv whence [--path] COMMAND
# Usage: rbenv whence [--path] <command>
set -e
[ -n "$RBENV_DEBUG" ] && set -x

Načítá se…
Zrušit
Uložit