Skip to content

Commit 795ba30

Browse files
committed
help string about downloaded/existing dep jsons
1 parent 65af7ec commit 795ba30

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

imap_processing/cli.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,9 @@ def _parse_args() -> argparse.Namespace:
201201
'{"major_version": 2, "minor_version": 1}}'
202202
"}'"
203203
" A path to a JSON file containing this same information may also be"
204-
"passed in. If dependency is a string ending in '.json', it will be interpreted"
205-
" as such a file path."
204+
" passed in. If dependency is a string ending in '.json', it will be"
205+
" interpreted as such a file path: an existing local file is used as-is,"
206+
" otherwise the file is downloaded from the IMAP SDC."
206207
)
207208

208209
parser = argparse.ArgumentParser(prog="imap_cli", description=description)

0 commit comments

Comments
 (0)