mirror of
https://github.com/pocoproject/poco.git
synced 2025-02-21 06:37:42 +01:00
Fix configuration parameter name
This commit is contained in:
parent
18aa865bfb
commit
c2a1235d45
@ -150,7 +150,7 @@ protected:
|
||||
.callback(OptionCallback<PocoDocApp>(this, &PocoDocApp::handleHelp)));
|
||||
|
||||
options.addOption(
|
||||
Option("config-file", "f", "load configuration data from a file")
|
||||
Option("config", "f", "load configuration data from a file")
|
||||
.required(false)
|
||||
.repeatable(true)
|
||||
.argument("file")
|
||||
|
Loading…
x
Reference in New Issue
Block a user