From 35020e355cdabd2edf1d9e264cd1ff12993fe027 Mon Sep 17 00:00:00 2001 From: duerst Date: Sat, 10 Nov 2012 23:47:45 +0000 Subject: ruby.c: removed a comma before "before" (at Tamatsukuri Hot Spring (Onsen Hackathon)) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37615 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 8654f878e4..89d535a6d7 100644 --- a/ruby.c +++ b/ruby.c @@ -150,7 +150,7 @@ usage(const char *name, int help) M("-0[octal]", "", "specify record separator (\\0, if no argument)"), M("-a", "", "autosplit mode with -n or -p (splits $_ into $F)"), M("-c", "", "check syntax only"), - M("-Cdirectory", "", "cd to directory, before executing your script"), + M("-Cdirectory", "", "cd to directory before executing your script"), M("-d", ", --debug", "set debugging flags (set $DEBUG to true)"), M("-e 'command'", "", "one line of script. Several -e's allowed. Omit [programfile]"), M("-Eex[:in]", ", --encoding=ex[:in]", "specify the default external and internal character encodings"), -- cgit v1.2.3