diff options
author | 2017-03-26 12:57:49 +1100 | |
---|---|---|
committer | 2017-03-26 12:57:49 +1100 | |
commit | 6cb38b0771d189f412a7efae1e2d095b3cfa9c76 (patch) | |
tree | f140ee3a4396f3f4079ae1aab09a694dda410848 /src/lib/util/options.cpp | |
parent | 770356315a434c9465510addb96211e060f8a928 (diff) |
srcclean (nw)
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) |