Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/cli-reference/dfx-canister.md
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ Use the `dfx canister request-status` command to request the status of a specifi
### Basic usage

``` bash
dfx canister request-status request_id [option]
dfx canister request-status [OPTIONS] <REQUEST_ID> <CANISTER>
```

### Flags
Expand Down Expand Up @@ -587,7 +587,7 @@ You can specify the following argument for the `dfx canister request-status` com
You can use the `dfx canister request-status` command to check on the status of a canister state change or to verify that a call was not rejected by running a command similar to the following:

``` bash
dfx canister request-status 0x58d08e785445dcab4ff090463b9e8b12565a67bf436251d13e308b32b5058608
dfx canister request-status 0x58d08e785445dcab4ff090463b9e8b12565a67bf436251d13e308b32b5058608 backend
```

This command displays an error message if the request identifier is invalid or refused by the canister.
Expand Down