mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* time.c (time_strftime): update RDoc according to info from
|
||||
|
|
|
@ -13,7 +13,7 @@ ARGV.options do
|
|||
|opts|
|
||||
opts.banner << " argv..."
|
||||
|
||||
# separater
|
||||
# separator
|
||||
opts.on_tail
|
||||
opts.on_tail("common options:")
|
||||
|
||||
|
|
Loading…
Reference in a new issue