diff options
Diffstat (limited to 'src/lib/util/options.cpp')
-rw-r--r-- | src/lib/util/options.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/util/options.cpp b/src/lib/util/options.cpp index 3f255188625..3c30c6dfd97 100644 --- a/src/lib/util/options.cpp +++ b/src/lib/util/options.cpp @@ -482,8 +482,8 @@ bool core_options::parse_ini_file(util::core_file &inifile, int priority, int ig //------------------------------------------------- -// pluck_from_command_line - finds a specific -// value from within a command line +// pluck_from_command_line - finds a specific +// value from within a command line //------------------------------------------------- bool core_options::pluck_from_command_line(std::vector<std::string> &args, const std::string &optionname, std::string &result) |