From c392b8c2327396a26d978ee351d1eec44f204542 Mon Sep 17 00:00:00 2001 From: zacharyburnett Date: Fri, 25 Aug 2023 15:45:13 -0400 Subject: [PATCH] update docstring --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index c45a9ef..abd4d31 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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,