Skip to content

Commit b76c7b3

Browse files
Latest Flag Wording Change (#259)
* Having latest sort by version number by day * small change to wording
1 parent f0face2 commit b76c7b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

imap_data_access/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ def add_query_args(subparser: ArgumentParser) -> None:
380380
required=False,
381381
help="Version of the product in the format 'v001'."
382382
" Must have one other parameter to run."
383-
" Passing 'latest' will return latest version of a file per day",
383+
" Passing 'latest' will return latest version of a file per start_date",
384384
)
385385
subparser.add_argument(
386386
"--extension", type=str, required=False, help="File extension (cdf, pkts)"

0 commit comments

Comments
 (0)