Skip to content

Commit

Permalink
Fix spellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
elmattic committed Aug 10, 2023
1 parent 467c8f5 commit 0781d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tool/subcommands/db_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub enum DBCommands {
/// Optional TOML file containing forest daemon configuration
#[arg(short, long)]
config: Option<String>,
/// Optional chain, will override the chain section of config if used
/// Optional chain, will override the chain section of configuration file if used
#[arg(long)]
chain: Option<NetworkChain>,
},
Expand All @@ -28,7 +28,7 @@ pub enum DBCommands {
/// Optional TOML file containing forest daemon configuration
#[arg(short, long)]
config: Option<String>,
/// Optional chain, will override the chain section of config if used
/// Optional chain, will override the chain section of configuration file if used
#[arg(long)]
chain: Option<NetworkChain>,
},
Expand Down

0 comments on commit 0781d4b

Please sign in to comment.