Skip to content

Commit

Permalink
update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Aug 25, 2023
1 parent 2a1ba37 commit c392b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ enum Command {
/// file path to configuration
config_file: std::path::PathBuf,
},
/// retrieve a balloon prediction from the given API
/// retrieve a balloon prediction from the given API - negative values must be preceded with a `-- `, i.e. `-- -79`
Predict {
/// start time
/// start time i.e. `2023-08-16T10:00:00`
time: chrono::NaiveDateTime,
/// start longitude
longitude: f64,
Expand Down

0 comments on commit c392b8c

Please sign in to comment.