From 7e96fb252a79fbdd9c34924edddbf781937d50b8 Mon Sep 17 00:00:00 2001 From: zzak Date: Tue, 20 Nov 2012 03:37:27 +0000 Subject: * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 89d535a6d7..31fd8b83da 100644 --- a/ruby.c +++ b/ruby.c @@ -160,7 +160,7 @@ usage(const char *name, int help) 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"), -- cgit v1.2.3