From ed0278074f2b3412441354006ec8b6f831630b29 Mon Sep 17 00:00:00 2001 From: Willem Wyndham Date: Tue, 23 Apr 2024 15:59:26 -0400 Subject: [PATCH] fix: md --- docs/soroban-cli-full-docs.md | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/soroban-cli-full-docs.md b/docs/soroban-cli-full-docs.md index 8562c1aa5..42e9ec132 100644 --- a/docs/soroban-cli-full-docs.md +++ b/docs/soroban-cli-full-docs.md @@ -1740,14 +1740,7 @@ Show location of cache Delete all cached actions -**Usage:** `soroban cache clean [OPTIONS]` - -###### **Options:** - -* `-a`, `--actions` — Actions only - - Possible values: `true`, `false` - +**Usage:** `soroban cache clean` @@ -1755,11 +1748,11 @@ Delete all cached actions Read cached action -**Usage:** `soroban cache read [OPTIONS] --ulid ` +**Usage:** `soroban cache read [OPTIONS] --id ` ###### **Options:** -* `--ulid ` — ULID of the cache entry +* `--id ` — ULID of the cache entry * `--output ` Possible values: `envelope`