mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/logger.rb: trim tail space of each line. no user visible change.
* lib/rss/dublincore.rb: fixed class definition mismatch.
* sample/openssl/gen_csr.rb: fixed wrong usage text.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d6dc168b22
commit
223d1cb77b
4 changed files with 21 additions and 13 deletions
|
|
@ -8,7 +8,7 @@ include OpenSSL
|
|||
def usage
|
||||
myname = File::basename($0)
|
||||
$stderr.puts <<EOS
|
||||
Usage: #{myname} name [keypair_file]
|
||||
Usage: #{myname} [--key keypair_file] name
|
||||
name ... ex. /C=JP/O=RRR/OU=CA/CN=NaHi/emailAddress=nahi@example.org
|
||||
EOS
|
||||
exit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue