summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2014-12-17 09:51:08 +0000
committerLee Jarvis <ljjarvis@gmail.com>2014-12-17 09:51:08 +0000
commit61e86d542ae4193678bed548fe3393853be885cf (patch)
treeb21d89deefe741d008165b7c2d784b932c5efb4f /README.md
parent18e223d53a3faa248b4e78d58d4808d6995aae54 (diff)
downloadslop-61e86d542ae4193678bed548fe3393853be885cf.tar.gz
Fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f761338..c24beb0 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@ opts = Slop.parse do |o|
o.string '-h', '--host', 'a hostname'
o.integer '--port', 'custom port', default: 80
o.bool '-v', '--verbose', 'enable verbose mode'
- o.bool '-q', '--quiet', 'surpress output (quiet mode)'
+ o.bool '-q', '--quiet', 'suppress output (quiet mode)'
o.on '--version', 'print the version' do
puts Slop::VERSION
exit