Skip to content

Commit

Permalink
db to database
Browse files Browse the repository at this point in the history
  • Loading branch information
sanekmelnikov committed Sep 27, 2024
1 parent 2371245 commit dd5d651
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ pub mod build_transactions;
pub mod create;
pub mod genesis;
pub mod init;
// pub mod init_all;
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub mod server;
#[derive(Subcommand, Debug, Clone)]
pub enum GenesisSubcommands {
/// Initialize databases
#[command(alias = "db")]
#[command(alias = "database")]
InitDatabase(Box<GenesisArgs>),
/// Runs server genesis
Server,
Expand Down

0 comments on commit dd5d651

Please sign in to comment.