summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea108cf..f5b51dd 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,8 @@ All of these options can be sent to `Slop.new` or `Slop.parse` in Hash form.
* `banner` - Set this options banner text. **default:** *nil*.
* `ignore_case` - When enabled, `-A` will look for the `-a` option if `-A`
does not exist. **default:** *false*.
+* `support_dash` - Will treat --no-database as if you typed in --no_database.
+ **default:** *false*
* `autocreate` - Autocreate options on the fly. **default:** *false*.
* `arguments` - Force all options to expect arguments. **default:** *false*.
* `optional_arguments` - Force all options to accept optional arguments.
@@ -130,4 +132,4 @@ opts = Slop.parse do
end
opts.to_hash #=> { :name => 'lee', :age => 105 }
-``` \ No newline at end of file
+```