diff --git a/README.md b/README.md index 36142dc..b7c076d 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,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.