diff --git a/ChangeLog b/ChangeLog index 33ae570d64..45f66f4521 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Tue Nov 20 12:35:00 2012 Zachary Scott + + * ruby.c (usage_msg): Fix typo [ruby-core:49205] [Bug #7327] + Tue Nov 20 12:35:00 2012 Zachary Scott * file.c (File::NULL): Document File::NULL constant 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"),