mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 00:31:14 +00:00
FairProgOptions: update ambiguous option name.
This commit is contained in:
parent
f39b41d68c
commit
a8d40abbd9
|
@ -120,7 +120,7 @@ void FairProgOptions::UseConfigFile(const string& filename)
|
||||||
if (filename.empty())
|
if (filename.empty())
|
||||||
{
|
{
|
||||||
fConfigDesc.add_options()
|
fConfigDesc.add_options()
|
||||||
("config,c", po::value<boost::filesystem::path>(&fConfigFile)->required(), "Path to configuration file (required argument)");
|
("config-file", po::value<boost::filesystem::path>(&fConfigFile)->required(), "Path to configuration file (required argument)");
|
||||||
AddToCmdLineOptions(fConfigDesc);
|
AddToCmdLineOptions(fConfigDesc);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue
Block a user