Skip to content

Commit

Permalink
refactor: subcommand comment
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexD10S committed Dec 19, 2024
1 parent f1963e7 commit c3a724e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pop-cli/src/commands/build/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub(crate) struct BuildArgs {
pub(crate) profile: Option<Profile>,
}

/// Build a chain specification and its genesis artifacts.
/// Subcommand for building chain artifacts.
#[derive(Subcommand)]
pub(crate) enum Command {
/// Build a chain specification and its genesis artifacts.
Expand Down

0 comments on commit c3a724e

Please sign in to comment.