summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-08-29 15:53:49 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-08-29 15:53:49 +0100
commit00431aafa6148bcc87023194fee58d9e7eb9f181 (patch)
tree2253baca0b386bc4a90725a68955eb8a2a360d20 /README.md
parent216444073b3fb796de016bb8624c594316e1e587 (diff)
downloadslop-00431aafa6148bcc87023194fee58d9e7eb9f181.tar.gz
Fix table
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 949edcb..221fde4 100644
--- a/README.md
+++ b/README.md
@@ -68,12 +68,12 @@ can see this by calling `opts.help` or simply `puts opts`.
Configuration Options
---------------------
-Key | Description | Default
---------------------|----------------------------------------------------------------------
-`strict` | Raise `InvalidOptionError` for unknown options | true
-`help` | Automatically add the `--help` option | true
-`ignore_case` | `-A` will be processed the same as `-a` | false
-`multiple_switches` | When disabled, parses `-abc` as `-a` with the argument `bc` | true
+| Key | Description | Default
+|---------------------|-------------------------------------------------------------|--------
+| `strict` | Raise `InvalidOptionError` for unknown options | true
+| `help` | Automatically add the `--help` option | true
+| `ignore_case` | `-A` will be processed the same as `-a` | false
+| `multiple_switches` | When disabled, parses `-abc` as `-a` with the argument `bc` | true
Lists
-----