diff options
author | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-06 06:13:52 +0000 |
---|---|---|
committer | eban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-06 06:13:52 +0000 |
commit | ef45458e9405c57ab4f59f648c4001ea4df30489 (patch) | |
tree | e7f2de50dc216d7af298e548fe3554649d1c15d0 /ruby.1 | |
parent | 9527d909511cf8f726cd936856adb5f98e9f433c (diff) | |
download | ruby-ef45458e9405c57ab4f59f648c4001ea4df30489.tar.gz |
eban
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.1')
-rw-r--r-- | ruby.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -279,7 +279,7 @@ The end of script must be specified with either EOF, ^D (control-D), ^Z (control-Z), or reserved word __END__.If the directory name is specified, Ruby will switch to that directory before executing script. .TP -.B -X directory +.B -C directory causes Ruby to switch to the directory. .TP .B -y --yydebug |