We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eda031 commit 5a470bcCopy full SHA for 5a470bc
include/boost/program_options/errors.hpp
@@ -41,7 +41,7 @@ namespace boost { namespace program_options {
41
class BOOST_PROGRAM_OPTIONS_DECL too_many_positional_options_error : public error {
42
public:
43
too_many_positional_options_error()
44
- : error("too many positional arguments have been specified on the command line")
+ : error("too many positional options have been specified on the command line")
45
{}
46
};
47
0 commit comments