summaryrefslogtreecommitdiff
path: root/ruby.c
diff options
context:
space:
mode:
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 52eb653cba..47772c3581 100644
--- a/ruby.c
+++ b/ruby.c
@@ -78,7 +78,7 @@ usage(name)
* Removed -h because the user already knows that opton. Others? */
static char *usage_msg[] = {
-"-0[octal] specify record separator (\0, if no argument)",
+"-0[octal] specify record separator (\\0, if no argument)",
"-a autosplit mode with -n or -p (splits $_ into $F)",
"-c check syntax only",
"-d set debugging flags (set $DEBUG to true)",