Merge pull request #702 from htacg/issue-698

Issue #698 - docs update - PR #702
This commit is contained in:
Geoff McLane 2018-04-19 14:49:52 +02:00 committed by GitHub
commit 4ded90189f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -75,8 +75,9 @@ They are listed in the first part of this section.
\fIConfiguration\fR options, on the other hand, can either be passed \fIConfiguration\fR options, on the other hand, can either be passed
on the command line, starting with two dashes \fB--\fR, on the command line, starting with two dashes \fB--\fR,
or specified in a configuration file, or specified in a configuration file,
using the option name without the starting dashes. using the option name, followed by a colon \fB:\fR, plus the value, without
They are listed in the second part of this section. the starting dashes. They are listed in the second part of this section,
with a sample config file.
.LP .LP
For \fIcommand-line\fR options that expect a numerical argument, For \fIcommand-line\fR options that expect a numerical argument,
a default is assumed if no meaningful value can be found. a default is assumed if no meaningful value can be found.