diff --git a/docs/reference/cli.md b/docs/reference/cli.md index b143406b..672d4986 100644 --- a/docs/reference/cli.md +++ b/docs/reference/cli.md @@ -1725,7 +1725,7 @@ Sets the spender's allowance to the given amount, overwriting any existing allow * `--from-subaccount ` — The caller's subaccount to grant the allowance from (the account debited), as a hex string (32 bytes, left-padded). Defaults to the default subaccount * `--expires-in ` — Expire the allowance after this duration from now, e.g. `24h`, `30d` (suffixes: s, m, h, d, w; a bare number is seconds). Never expires if omitted * `-n`, `--network ` — Name or URL of the network to target, conflicts with environment argument -* `-k`, `--root-key ` — The root key to use if connecting to a network by URL. Required when using `--network ` +* `-k`, `--root-key ` — The root key to use if connecting to a network by URL. Required when using `--network `. One of `mainnet`, `fetch`, or a 266-character hex-encoded root key * `-e`, `--environment ` — Override the environment to connect to. By default, the local environment is used * `--identity ` — The user identity to run this command as * `--json` — Output command results as JSON @@ -1751,7 +1751,7 @@ This is a read-only query that works for any owner/spender pair, including accou * `--subaccount ` — The owner's subaccount that granted the allowance, as a hex string (32 bytes, left-padded). Defaults to the default subaccount * `--of-principal ` — The allowance owner to look up, instead of the current identity. Lets you inspect allowances granted by any principal * `-n`, `--network ` — Name or URL of the network to target, conflicts with environment argument -* `-k`, `--root-key ` — The root key to use if connecting to a network by URL. Required when using `--network ` +* `-k`, `--root-key ` — The root key to use if connecting to a network by URL. Required when using `--network `. One of `mainnet`, `fetch`, or a 266-character hex-encoded root key * `-e`, `--environment ` — Override the environment to connect to. By default, the local environment is used * `--identity ` — The user identity to run this command as * `--json` — Output command results as JSON