diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-08-15 17:21:10 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-08-15 17:21:10 -0500 |
| commit | dc7dd56867ccbca1ebbe399fd40ed53abbae2ef3 (patch) | |
| tree | 911714d15f799cf9d6d2e6ad9f68b5cd0ae7ade1 /contrib | |
| parent | 88369c6685d17e2d5bc3a1dc195b2fd84af8e596 (diff) | |
| parent | fead7ebab016c089e51f60d472740949d500d746 (diff) | |
| download | monzero-core-dc7dd56867ccbca1ebbe399fd40ed53abbae2ef3.tar.gz monzero-core-dc7dd56867ccbca1ebbe399fd40ed53abbae2ef3.tar.xz monzero-core-dc7dd56867ccbca1ebbe399fd40ed53abbae2ef3.zip | |
Merge pull request #4148
fead7eb Clarification of boolean options in config file (jonathancross)
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/snap/monerod.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/snap/monerod.conf b/contrib/snap/monerod.conf index 9b3d308ed..1078e73b2 100644 --- a/contrib/snap/monerod.conf +++ b/contrib/snap/monerod.conf @@ -1,8 +1,9 @@ # Configuration for monerod # Syntax: any command line option may be specified as 'clioptionname=value'. +# Boolean options such as 'no-igd' are specified as 'no-igd=1'. # See 'monerod --help' for all available options. -# Overrided by snap: +# Overridden by snap: # data-dir=/var/lib/monero # log-file=/var/log/monero/monero.log |
