We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccc4d83 commit 913cf76Copy full SHA for 913cf76
mithril-client-cli/src/commands/cardano_db/mod.rs
@@ -22,7 +22,7 @@ pub enum CardanoDbCommandsBackend {
22
#[clap(help = "[default] Legacy backend, full database restoration only")]
23
V1,
24
/// V2 backend
25
- #[clap(help = "[unstable] V2 backend, full or partial database restoration")]
+ #[clap(help = "V2 backend, full or partial database restoration")]
26
V2,
27
}
28
0 commit comments