summaryrefslogtreecommitdiff
path: root/boost/program_options/option.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/program_options/option.hpp')
-rw-r--r--boost/program_options/option.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/program_options/option.hpp b/boost/program_options/option.hpp
index fa6be5291e..1fa6a19234 100644
--- a/boost/program_options/option.hpp
+++ b/boost/program_options/option.hpp
@@ -15,7 +15,7 @@ namespace boost { namespace program_options {
/** Option found in input source.
Contains a key and a value. The key, in turn, can be a string (name of
- an option), or an integer (position in input source) -- in case no name
+ an option), or an integer (position in input source) \-- in case no name
is specified. The latter is only possible for command line.
The template parameter specifies the type of char used for storing the
option's value.