diff options
author | Zak Wilcox <iwilcox@iwilcox.me.uk> | 2014-07-12 02:05:09 +0100 |
---|---|---|
committer | Zak Wilcox <iwilcox@iwilcox.me.uk> | 2014-07-12 02:05:09 +0100 |
commit | 6b407e4e56dc82a8591c668401add49b6d128c87 (patch) | |
tree | 3117b73af2a5c93983c1ff979e80b967902bf2f6 /contrib/debian | |
parent | d3165ed35adde59bdfbe72928b51a039202fa21e (diff) |
-datadir is now allowed in config files
Diffstat (limited to 'contrib/debian')
-rw-r--r-- | contrib/debian/manpages/bitcoin.conf.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/debian/manpages/bitcoin.conf.5 b/contrib/debian/manpages/bitcoin.conf.5 index 7438b4b66a..8a0078d5d5 100644 --- a/contrib/debian/manpages/bitcoin.conf.5 +++ b/contrib/debian/manpages/bitcoin.conf.5 @@ -2,7 +2,7 @@ .SH NAME bitcoin.conf \- bitcoin configuration file .SH SYNOPSIS -All command-line options (except for '\-datadir' and '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file. +All command-line options (except for '\-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file. .TP The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character. .TP |