* sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4f6bfb4a83
commit
62005d344b
@ -1,3 +1,7 @@
|
|||||||
|
Thu May 28 03:47:46 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* sample/optparse/opttest.rb: typo fixed. [ruby-dev:38544]
|
||||||
|
|
||||||
Thu May 28 03:43:10 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
Thu May 28 03:43:10 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* time.c (time_strftime): update RDoc according to info from
|
* time.c (time_strftime): update RDoc according to info from
|
||||||
|
@ -13,7 +13,7 @@ ARGV.options do
|
|||||||
|opts|
|
|opts|
|
||||||
opts.banner << " argv..."
|
opts.banner << " argv..."
|
||||||
|
|
||||||
# separater
|
# separator
|
||||||
opts.on_tail
|
opts.on_tail
|
||||||
opts.on_tail("common options:")
|
opts.on_tail("common options:")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user