forked from lix-project/lix
commit
f52fa47e16
|
@ -238,7 +238,7 @@ LegacyArgs::LegacyArgs(const std::string & programName,
|
||||||
addFlag({
|
addFlag({
|
||||||
.longName = "no-gc-warning",
|
.longName = "no-gc-warning",
|
||||||
.description = "Disable warnings about not using `--add-root`.",
|
.description = "Disable warnings about not using `--add-root`.",
|
||||||
.handler = {&gcWarning, true},
|
.handler = {&gcWarning, false},
|
||||||
});
|
});
|
||||||
|
|
||||||
addFlag({
|
addFlag({
|
||||||
|
|
Loading…
Reference in a new issue