summaryrefslogtreecommitdiffstats
path: root/ruby
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:50:39 +0100
committer B. Watson2022-03-17 17:38:01 +0100
commited695d57de7054a3f7cfe4f865cf7abe848b6839 (patch)
tree6dafb40dac0bab3ec98a65fe11edb107d26e6632 /ruby
parentca65ed65c3933b9d730ef79f4f3d5de1fd9341c4 (diff)
downloadslackbuilds-ed695d57de7054a3f7cfe4f865cf7abe848b6839.tar.gz
ruby/rubygem-optimist: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'ruby')
-rw-r--r--ruby/rubygem-optimist/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/ruby/rubygem-optimist/README b/ruby/rubygem-optimist/README
index 8af9d6e03b..b6ec0d9d07 100644
--- a/ruby/rubygem-optimist/README
+++ b/ruby/rubygem-optimist/README
@@ -1,4 +1,4 @@
-Optimist is a commandline option parser for Ruby that just gets out of your
-way. One line of code per option is all you need to write. For that, you get a
-nice automatically-generated help page, robust option parsing, and sensible
-defaults for everything you don't specify.
+Optimist is a commandline option parser for Ruby that just gets out
+of your way. One line of code per option is all you need to write. For
+that, you get a nice automatically-generated help page, robust option
+parsing, and sensible defaults for everything you don't specify.