Skip to content

Commit

Permalink
pcli: update terminology in re: ceremony
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence committed Oct 24, 2023
1 parent d8c6c40 commit c0278c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/bin/pcli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ pub enum Command {
#[clap(subcommand, display_order = 500)]
Keys(KeysCmd),
/// Manage a validator.
#[clap(subcommand, display_order = 998)]
#[clap(subcommand, display_order = 900)]
Validator(ValidatorCmd),
/// Display information related to diagnosing problems running Penumbra
#[clap(subcommand, display_order = 999)]
Debug(DebugCmd),
/// Contribute to the setup ceremony.
#[clap(subcommand, display_order = 800)]
/// Contribute to the summoning ceremony.
#[clap(subcommand, display_order = 990)]
Ceremony(CeremonyCmd),
}

Expand Down

0 comments on commit c0278c1

Please sign in to comment.