Skip to content
Snippets Groups Projects
Commit f079c81a authored by Seemant Aggarwal's avatar Seemant Aggarwal
Browse files

addressing nit comments for deprecation notice

parent ae0b5c5c
No related merge requests found
Pipeline #518598 waiting for manual action with stages
in 1 hour, 23 minutes, and 5 seconds
......@@ -26,7 +26,7 @@ use std::path::PathBuf;
pub enum Subcommand {
/// Build a chain specification.
#[deprecated(
note = "build-spec will be removed after 1/04/2026. Use export-chain-spec instead"
note = "build-spec command will be removed after 1/04/2026. Use export-chain-spec command instead"
)]
BuildSpec(sc_cli::BuildSpecCmd),
......
......@@ -79,7 +79,7 @@ pub enum Subcommand {
/// Build a chain specification.
#[deprecated(
note = "build-spec will be removed after 1/04/2026. Use export-chain-spec instead"
note = "build-spec command will be removed after 1/04/2026. Use export-chain-spec command instead"
)]
BuildSpec(sc_cli::BuildSpecCmd),
......
......@@ -60,7 +60,7 @@ pub enum Subcommand {
/// Build a chain specification.
#[deprecated(
note = "build-spec will be removed after 1/04/2026. Use export-chain-spec instead"
note = "build-spec command will be removed after 1/04/2026. Use export-chain-spec command instead"
)]
BuildSpec(sc_cli::BuildSpecCmd),
......
......@@ -7,7 +7,7 @@ use std::path::PathBuf;
pub enum Subcommand {
/// Build a chain specification.
#[deprecated(
note = "build-spec will be removed after 1/04/2026. Use export-chain-spec instead"
note = "build-spec command will be removed after 1/04/2026. Use export-chain-spec command instead"
)]
BuildSpec(sc_cli::BuildSpecCmd),
......
......@@ -16,7 +16,7 @@ pub enum Subcommand {
/// Build a chain specification.
#[deprecated(
note = "build-spec will be removed after 1/04/2026. Use export-chain-spec instead"
note = "build-spec command will be removed after 1/04/2026. Use export-chain-spec command instead"
)]
BuildSpec(sc_cli::BuildSpecCmd),
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment