summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
authorduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-10 23:47:45 +0000
committerduerst <duerst@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-11-10 23:47:45 +0000
commit35020e355cdabd2edf1d9e264cd1ff12993fe027 (patch)
treef7184a17d0653bce263688470c57d1862f9de9f2 /ruby.c
parentc274c951593218379b3d73756202d6faca68c62f (diff)
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
Diffstat (limited to 'ruby.c')
-rw-r--r--ruby.c2
1 files changed, 1 insertions, 1 deletions
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"),