aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-08-20 00:49:10 -0400
committerredfish <redfish@galactica.pw>2016-08-20 00:49:10 -0400
commit837baf57f8dd4084cb45842922c18bcfc509f6ed (patch)
tree795b20bcac0fedc1ae165a59105609426b582c98
parentMerge pull request #963 (diff)
downloadmonero-837baf57f8dd4084cb45842922c18bcfc509f6ed.tar.xz
readme: clarify conf syntax re leading dashes
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 14652d0eb..9fc5513ce 100644
--- a/README.md
+++ b/README.md
@@ -189,7 +189,7 @@ To list all available options, run `./bin/bitmonerod --help`. Options can be
specified either on the command line or in a configuration file passed by the
`--config-file` argument. To specify an option in the configuration file, add
a line with the syntax `argumentname=value`, where `argumentname` is the name
-of the argument without any dashes, for example `log-level=1`.
+of the argument without the leading dashes, for example `log-level=1`.
## Internationalization