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.
2 parents 3e30c58 + 8c6c3f5 commit ff85128Copy full SHA for ff85128
include/command_line/command_line_config.h
@@ -40,11 +40,11 @@ class CommandLineConfig {
40
auto& debug = FlagArg::create("debug_args")
41
.description("Print program arguments and quit");
42
auto& read_config = ValueArg<std::string>::create("config")
43
- .usage("<path/to/file.dat>")
+ .usage("<path/to/file.conf>")
44
.default_val("")
45
.description("Read program args from a configuration file");
46
auto& write_config = ValueArg<std::string>::create("example_config")
47
48
49
.description("Print an example configuration file");
50
0 commit comments