mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-05 22:20:51 +02: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)));
|
.callback(OptionCallback<PocoDocApp>(this, &PocoDocApp::handleHelp)));
|
||||||
|
|
||||||
options.addOption(
|
options.addOption(
|
||||||
Option("config-file", "f", "load configuration data from a file")
|
Option("config", "f", "load configuration data from a file")
|
||||||
.required(false)
|
.required(false)
|
||||||
.repeatable(true)
|
.repeatable(true)
|
||||||
.argument("file")
|
.argument("file")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user