Unhide AccountsDb plugin parameters (#23284)

* Unhide AccountsDb plugin parameters

* addressed feedback from Trent
This commit is contained in:
Lijun Wang
2022-02-23 10:01:14 -08:00
committed by GitHub
parent 2e3eafaa11
commit 084fb79ad8
2 changed files with 0 additions and 2 deletions

View File

@ -317,7 +317,6 @@ fn main() {
.value_name("FILE") .value_name("FILE")
.takes_value(true) .takes_value(true)
.multiple(true) .multiple(true)
.hidden(true)
.help("Specify the configuration file for the AccountsDb plugin."), .help("Specify the configuration file for the AccountsDb plugin."),
) )
.arg( .arg(

View File

@ -1334,7 +1334,6 @@ pub fn main() {
.value_name("FILE") .value_name("FILE")
.takes_value(true) .takes_value(true)
.multiple(true) .multiple(true)
.hidden(true)
.help("Specify the configuration file for the AccountsDb plugin."), .help("Specify the configuration file for the AccountsDb plugin."),
) )
.arg( .arg(