diff options
| author | 2019-11-24 13:23:18 -0500 | |
|---|---|---|
| committer | 2019-11-24 13:23:18 -0500 | |
| commit | f79ee5b7ff0c8afc0e16e5a03a123a0848cb50e2 (patch) | |
| tree | 95427e2c8358f726a778205b07764352ee3c6eb0 | |
| parent | Allow for different future storage engines (diff) | |
Correct double '-'s in docs
| -rw-r--r-- | doc/brpaste.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/brpaste.adoc b/doc/brpaste.adoc index eddb605..9a9fee4 100644 --- a/doc/brpaste.adoc +++ b/doc/brpaste.adoc @@ -13,9 +13,9 @@ brpaste - a pastebin service that's so fast, it burns rubber. == Options -*--bind*=_BIND_ADDRESS_:: +*-bind*=_BIND_ADDRESS_:: Bind to address _BIND_ADDRESS_. -*--redis*=_REDIS_URI_:: +*-redis*=_REDIS_URI_:: Connect to Redis using _REDIS_URI_. == Endpoints |
