summaryrefslogtreecommitdiff
path: root/slop.gemspec
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2014-12-17 09:09:37 +0000
committerLee Jarvis <ljjarvis@gmail.com>2014-12-17 09:09:37 +0000
commitc258c935b6a3734a384f29295c9d320d1c9a3c30 (patch)
tree3678ac70de77174aa90876dfee081e75a855b5df /slop.gemspec
parent4e0e6bda6fd2aa441602686083764913fbdefb6b (diff)
downloadslop-c258c935b6a3734a384f29295c9d320d1c9a3c30.tar.gz
description tweak
Diffstat (limited to 'slop.gemspec')
-rw-r--r--slop.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/slop.gemspec b/slop.gemspec
index 1720e31..b94a1f2 100644
--- a/slop.gemspec
+++ b/slop.gemspec
@@ -5,7 +5,7 @@ Gem::Specification.new do |s|
s.name = 'slop'
s.version = Slop::VERSION
s.summary = 'Simple Lightweight Option Parsing'
- s.description = 'A simple DSL for gathering options and parsing the command line'
+ s.description = 'A DSL for gathering options and parsing command line flags'
s.author = 'Lee Jarvis'
s.email = 'ljjarvis@gmail.com'
s.homepage = 'http://github.com/leejarvis/slop'