Skip to content

Commit

Permalink
Correct description for data-dir flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Gawdl3y committed Feb 22, 2024
1 parent 3a682f5 commit c8d389e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ struct Args {
#[arg(short, long)]
advertise_ip: Option<std::net::Ipv4Addr>,

/// Directory to write plain text files in for each data type (HRM, battery)
/// Directory to write plain text files in for each value type (bpm, battery, tracker)
#[arg(short = 'D', long)]
data_dir: Option<std::path::PathBuf>,

Expand Down

0 comments on commit c8d389e

Please sign in to comment.