diff options
author | redfish <redfish@galactica.pw> | 2016-08-20 00:49:10 -0400 |
---|---|---|
committer | redfish <redfish@galactica.pw> | 2016-08-20 00:49:10 -0400 |
commit | 837baf57f8dd4084cb45842922c18bcfc509f6ed (patch) | |
tree | 795b20bcac0fedc1ae165a59105609426b582c98 | |
parent | Merge pull request #963 (diff) | |
download | monero-837baf57f8dd4084cb45842922c18bcfc509f6ed.tar.xz |
readme: clarify conf syntax re leading dashes
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |