Skip to content

Commit

Permalink
Fix help text formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jbangelo committed Mar 12, 2024
1 parent 4b7bbf9 commit 47d678f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ struct Cli {
)]
client_id: String,

// Enable verbose curl output
/// Enable verbose curl output
#[arg(short, long)]
verbose: bool,

// Enable curl debug output
/// Enable curl debug output
#[arg(short, long)]
debug: bool,

Expand Down Expand Up @@ -110,6 +110,7 @@ struct Cli {
#[arg(long)]
input: Option<PathBuf>,

/// Request that no ephemeris is sent on connection
#[arg(long)]
no_eph: bool,
}
Expand Down

0 comments on commit 47d678f

Please sign in to comment.