diff options
author | aycabta <[email protected]> | 2021-09-27 03:03:20 +0900 |
---|---|---|
committer | git <[email protected]> | 2021-09-27 03:23:31 +0900 |
commit | 5c0636bda4a2abf71dbb8a4e398f002d5c2079c2 (patch) | |
tree | 545ede20121c348e2439d36e81e88d5343cb0054 | |
parent | 7ba16939bbf626630547dbe51a629a63b373dbc0 (diff) |
[ruby/irb] Add a space before left paren
https://github.com/ruby/irb/commit/973bac83ff
-rw-r--r-- | lib/irb.rb | 2 | ||||
-rw-r--r-- | lib/irb/lc/help-message | 2 | ||||
-rw-r--r-- | man/irb.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/irb.rb b/lib/irb.rb index 665f67b946..0cad6a0d41 100644 --- a/lib/irb.rb +++ b/lib/irb.rb @@ -62,7 +62,7 @@ require_relative "irb/easter-egg" # -W[level=2] Same as `ruby -W` # --context-mode n Set n[0-4] to method to create Binding Object, # when new workspace was created -# --echo Show result(default) +# --echo Show result (default) # --noecho Don't show result # --inspect Use `inspect' for output # --noinspect Don't use inspect for output diff --git a/lib/irb/lc/help-message b/lib/irb/lc/help-message index 30f49947da..fe9e3246d9 100644 --- a/lib/irb/lc/help-message +++ b/lib/irb/lc/help-message @@ -20,7 +20,7 @@ Usage: irb.rb [options] [programfile] [arguments] -W[level=2] Same as `ruby -W` --context-mode n Set n[0-4] to method to create Binding Object, when new workspace was created - --echo Show result(default) + --echo Show result (default) --noecho Don't show result --inspect Use `inspect' for output --noinspect Don't use inspect for output @@ -106,7 +106,7 @@ Doesn't use singleline editor module. .Pp .Pp .It Fl -echo -Show result(default). +Show result (default). .Pp .It Fl -noecho Don't show result. |