diff options
author | Daniel Stenberg <daniel@haxx.se> | 2017-03-08 09:20:36 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2017-03-08 09:20:36 +0100 |
commit | 6888a670aa01f03fded8cd3122a5c48474e6a1db (patch) | |
tree | 50f0f57d543db581f000b452cc4071eb76b65a83 /docs/cmdline-opts | |
parent | 324bf2fd369232a134de44837d121ece087c2f60 (diff) |
MANPAGE: clarify the dash situation in meta data
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r-- | docs/cmdline-opts/MANPAGE.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/cmdline-opts/MANPAGE.md b/docs/cmdline-opts/MANPAGE.md index 1ba00c83c..3a8270b03 100644 --- a/docs/cmdline-opts/MANPAGE.md +++ b/docs/cmdline-opts/MANPAGE.md @@ -23,9 +23,9 @@ Each file has a set of meta-data and a body of text. Tags: (space separated list) Protocols: (space separated list for which protocols this option works) Added: (version number in which this was added) - Mutexed: (space separated list of options this overrides) - Requires: (space separated list of features this option requires) - See-also: (space separated list of related options) + Mutexed: (space separated list of options this overrides, no dashes) + Requires: (space separated list of features this requires, no dashes) + See-also: (space separated list of related options, no dashes) Help: (short text for the --help output for this option) --- (end of meta-data) |