summaryrefslogtreecommitdiff
path: root/devel/ruby-optparse
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
committerjmmv <jmmv@pkgsrc.org>2003-05-06 17:40:18 +0000
commitf1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch)
tree37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/ruby-optparse
parent37170ce899bdf394cca1d0769b2215d84b15a7ee (diff)
downloadpkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/ruby-optparse')
-rw-r--r--devel/ruby-optparse/DESCR8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/ruby-optparse/DESCR b/devel/ruby-optparse/DESCR
index 027280270af..74ed4119611 100644
--- a/devel/ruby-optparse/DESCR
+++ b/devel/ruby-optparse/DESCR
@@ -1,10 +1,10 @@
-OptionParser is yet another command line option parser for Ruby.
+OptionParser is yet another command line option parser for Ruby.
-Features:
+Features:
* describe option definition with its handler
- * specify argument format and convert automatically
+ * specify argument format and convert automatically
* can emit options' summaries
- * can add options on the fly
+ * can add options on the fly
* completion for option/argument
Author: Nobuyoshi.Nakada <nobu.nokada@softhome.net>