There was an error while loading. Please reload this page.
1 parent 65af7ec commit 795ba30Copy full SHA for 795ba30
1 file changed
imap_processing/cli.py
@@ -201,8 +201,9 @@ def _parse_args() -> argparse.Namespace:
201
'{"major_version": 2, "minor_version": 1}}'
202
"}'"
203
" 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."
+ " passed in. If dependency is a string ending in '.json', it will be"
+ " interpreted as such a file path: an existing local file is used as-is,"
206
+ " otherwise the file is downloaded from the IMAP SDC."
207
)
208
209
parser = argparse.ArgumentParser(prog="imap_cli", description=description)
0 commit comments