summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-29 13:16:56 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-29 13:16:56 +0000
commit59220f0f67be898fe9ca8259d627081b148f4360 (patch)
tree46974ec95ef4344d97a21413d1a77c46e3273526 /README.md
parentc0bcc741b397061e1a8536cffded159d9603e8b4 (diff)
downloadslop-59220f0f67be898fe9ca8259d627081b148f4360.tar.gz
allow dashes to be treated as underscroes to help api method style #51
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index f5b51dd..3384955 100644
--- a/README.md
+++ b/README.md
@@ -73,8 +73,6 @@ 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.