diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-05-06 17:40:18 +0000 |
commit | f1446ddf2bf8118f432b3ac74c88db3d832669a8 (patch) | |
tree | 37ae7d212f46ef8018a7bd8c13edba7da1a47ed9 /devel/ruby-optparse | |
parent | 37170ce899bdf394cca1d0769b2215d84b15a7ee (diff) | |
download | pkgsrc-f1446ddf2bf8118f432b3ac74c88db3d832669a8.tar.gz |
Drop trailing whitespace. Ok'ed by wiz.
Diffstat (limited to 'devel/ruby-optparse')
-rw-r--r-- | devel/ruby-optparse/DESCR | 8 |
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> |