summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndrey 'lolmaus' Mikhaylov <lolmaus@gmail.com>2012-02-15 11:07:03 +0400
committerAndrey 'lolmaus' Mikhaylov <lolmaus@gmail.com>2012-02-15 11:07:03 +0400
commit0455a835ce4fa81fb2f3d5a62ff957f0a311b25e (patch)
tree6d203cf45a518f472dec37e34bf6b3d05a2d7f99 /README.md
parent30baf78cfd9f1e9ab96edf668c344d8a79f5d2a3 (diff)
downloadslop-0455a835ce4fa81fb2f3d5a62ff957f0a311b25e.tar.gz
Fixed a probable typo in the readme.
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 b6160c2..5e0f163 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ opts = Slop.parse do
banner "ruby foo.rb [options]\n"
on :name=, 'Your name'
on :p, :password, 'Your password', :argument => :optional
- on :v :verbose, 'Enable verbose mode'
+ on :v, :verbose, 'Enable verbose mode'
end
# if ARGV is `--name Lee -v`