From e982f7687fd76fedb6e31b014e9706fdf8ea8b4b Mon Sep 17 00:00:00 2001 From: Eugene Aseev <14873170+easeev@users.noreply.github.com> Date: Thu, 20 Jan 2022 12:32:27 +0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0f9ed9..9e68318 100644 --- a/README.md +++ b/README.md @@ -265,7 +265,7 @@ bundle txid items KB status confir If you find that not all of your transactions have a status of `Confirmed` or that the number of confirmations is below 25 after some period of time, you will want to re-upload your transactions with the following command: ``` -arloader repupload --log-dir --statuses --max-confirmations +arloader reupload --log-dir --statuses --max-confirmations ``` This will first check to make sure that all of the files in `` are included in the status objects in ``, adding them to the list of files to be reuploaded. Then it will filter the paths in the status objects based on `` and ``. You can provide multiple statuses and max confirmations will only re-upload transactions with fewer than `` confirmations.