From ba595ba8205aa0fecb369c56715e216a8caeaaeb Mon Sep 17 00:00:00 2001 From: TomPughe <147526382+TomPughe@users.noreply.github.com> Date: Tue, 12 Dec 2023 22:29:35 +0000 Subject: [PATCH] correct typo in readme (#208) Co-authored-by: Thomas Pughe --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fab433d2..1e6c31b6 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ In order to contribute to development or just test-run some scripts, you will ne The following command will download the last 2 hours of RSS imagery into NetCDF files at the specified location ```bash -python satip/app.py --api-key= --api-secret= --save-dr="/path/to/saving/files/" --history="2 hours" +python satip/app.py --api-key= --api-secret= --save-dir="/path/to/saving/files/" --history="2 hours" ``` To download more historical data, the command below will download the native files, compress with bz2, and save into a subdirectory.