Unhide AccountsDb plugin parameters (#23284)
* Unhide AccountsDb plugin parameters * addressed feedback from Trent
This commit is contained in:
@ -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(
|
||||||
|
@ -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(
|
||||||
|
Reference in New Issue
Block a user