Unverified Commit 45ec7a7c authored by Koichiro Iwao's avatar Koichiro Iwao
Browse files

ruby-build: add short option "-d" alias to "--definitions"

parent 4577be8f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
#   -v/--verbose     Verbose mode: print compilation status to stdout
#   -4/--ipv4        Resolve names to IPv4 addresses only
#   -6/--ipv6        Resolve names to IPv6 addresses only
#   --definitions    List all built-in definitions
#   -d/--definitions List all built-in definitions
#   --definitions-exclude-eol
#                    List all builtt-in definitions excluding EoL'ed
#   --version        Show version of ruby-build
@@ -1237,7 +1237,7 @@ for option in "${OPTIONS[@]}"; do
    echo
    usage 0
    ;;
  "definitions" )
  "d" | "definitions" )
    list_definitions
    exit 0
    ;;