Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 084fb79

Browse files
authored
Unhide AccountsDb plugin parameters (#23284)
* Unhide AccountsDb plugin parameters * addressed feedback from Trent
1 parent 2e3eafa commit 084fb79

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

validator/src/bin/solana-test-validator.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ fn main() {
317317
.value_name("FILE")
318318
.takes_value(true)
319319
.multiple(true)
320-
.hidden(true)
321320
.help("Specify the configuration file for the AccountsDb plugin."),
322321
)
323322
.arg(

validator/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1334,7 +1334,6 @@ pub fn main() {
13341334
.value_name("FILE")
13351335
.takes_value(true)
13361336
.multiple(true)
1337-
.hidden(true)
13381337
.help("Specify the configuration file for the AccountsDb plugin."),
13391338
)
13401339
.arg(

0 commit comments

Comments
 (0)