mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
parent
8113f3fee4
commit
1de7941ff8
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
|||
# ruby -run -e touch -- [OPTION] FILE
|
||||
# ruby -run -e wait_writable -- [OPTION] FILE
|
||||
# ruby -run -e mkmf -- [OPTION] EXTNAME [OPTION]
|
||||
# ruby -run -e httpd -- [OPTION] DocumentRoot
|
||||
# ruby -run -e httpd -- [OPTION] [DocumentRoot]
|
||||
# ruby -run -e help [COMMAND]
|
||||
|
||||
require "fileutils"
|
||||
|
@ -304,7 +304,7 @@ end
|
|||
##
|
||||
# Run WEBrick HTTP server.
|
||||
#
|
||||
# ruby -run -e httpd -- [OPTION] DocumentRoot
|
||||
# ruby -run -e httpd -- [OPTION] [DocumentRoot]
|
||||
#
|
||||
# --bind-address=ADDR address to bind
|
||||
# --port=NUM listening port number
|
||||
|
|
Loading…
Reference in a new issue