Skip to content

Commit

Permalink
doc: consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
shikhar committed Nov 7, 2024
1 parent 9948b72 commit 961b3b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,19 @@ struct Cli {

#[derive(Subcommand, Debug)]
enum Commands {
/// Manage s2-cli configuration
/// Manage CLI configuration.
Config {
#[command(subcommand)]
action: ConfigActions,
},

// Operate on an S2 account.
/// Operate on an S2 account.
Account {
#[command(subcommand)]
action: AccountActions,
},

// Operate on an S2 basin.
/// Operate on an S2 basin.
Basin {
/// Name of the basin to manage.
basin: String,
Expand All @@ -70,7 +70,7 @@ enum Commands {
action: BasinActions,
},

/// Operate on an S2 stream.
/// Operate on an S2 stream.
Stream {
/// Name of the basin.
basin: String,
Expand Down

0 comments on commit 961b3b4

Please sign in to comment.