ruby-changes:25688
From: zzak <ko1@a...>
Date: Tue, 20 Nov 2012 12:39:16 +0900 (JST)
Subject: [ruby-changes:25688] zzak:r37745 (trunk): * ruby.c (usage_msg): Fix typo [Bug #7327]
zzak 2012-11-20 12:37:27 +0900 (Tue, 20 Nov 2012) New Revision: 37745 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=37745 Log: * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327] Modified files: trunk/ChangeLog trunk/ruby.c Index: ChangeLog =================================================================== --- ChangeLog (revision 37744) +++ ChangeLog (revision 37745) @@ -1,5 +1,9 @@ Tue Nov 20 12:35:00 2012 Zachary Scott <zachary@z...> + * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327] + +Tue Nov 20 12:35:00 2012 Zachary Scott <zachary@z...> + * file.c (File::NULL): Document File::NULL constant [ruby-core:49384] [Bug #7365] Index: ruby.c =================================================================== --- ruby.c (revision 37744) +++ ruby.c (revision 37745) @@ -160,7 +160,7 @@ M("-l", "", "enable line ending processing"), M("-n", "", "assume 'while gets(); ... end' loop around your script"), M("-p", "", "assume loop like -n but print line also like sed"), - M("-rlibrary", "", "require the library, before executing your script"), + M("-rlibrary", "", "require the library before executing your script"), M("-s", "", "enable some switch parsing for switches after script name"), M("-S", "", "look for the script using PATH environment variable"), M("-T[level=1]", "", "turn on tainting checks"), -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/