mirror of https://gitee.com/bigwinds/arangodb
Merge branch 'devel' of https://github.com/arangodb/arangodb into devel
This commit is contained in:
commit
314fdc5633
|
@ -60,7 +60,7 @@ UpgradeFeature::UpgradeFeature(
|
||||||
void UpgradeFeature::collectOptions(std::shared_ptr<ProgramOptions> options) {
|
void UpgradeFeature::collectOptions(std::shared_ptr<ProgramOptions> options) {
|
||||||
options->addSection("database", "Configure the database");
|
options->addSection("database", "Configure the database");
|
||||||
|
|
||||||
options->addOldOption("upgrade", "--database.auto-upgrade");
|
options->addOldOption("upgrade", "database.auto-upgrade");
|
||||||
|
|
||||||
options->addOption("--database.auto-upgrade",
|
options->addOption("--database.auto-upgrade",
|
||||||
"perform a database upgrade if necessary",
|
"perform a database upgrade if necessary",
|
||||||
|
|
Loading…
Reference in New Issue