Skip to content

Commit c392b8c

Browse files
update docstring
1 parent 2a1ba37 commit c392b8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ enum Command {
3232
/// file path to configuration
3333
config_file: std::path::PathBuf,
3434
},
35-
/// retrieve a balloon prediction from the given API
35+
/// retrieve a balloon prediction from the given API - negative values must be preceded with a `-- `, i.e. `-- -79`
3636
Predict {
37-
/// start time
37+
/// start time i.e. `2023-08-16T10:00:00`
3838
time: chrono::NaiveDateTime,
3939
/// start longitude
4040
longitude: f64,

0 commit comments

Comments
 (0)