diff --git a/src/pages/cli/download.mdx b/src/pages/cli/download.mdx index 0162e1b2..2944aef0 100644 --- a/src/pages/cli/download.mdx +++ b/src/pages/cli/download.mdx @@ -21,8 +21,8 @@ tempo download [flags] | `--datadir ` | Data directory for downloaded state | | `-u, --url ` | Download a specific snapshot URL instead of the latest | | `--resumable` | Resume an interrupted download | -| `--minimal` | Download minimal snapshot (pruned state only) | -| `--archive` | Download full archive snapshot | +| `--minimal` | Download minimal snapshot (pruned state only). Do not use if running a validator. | +| `--archive` | Download full archive snapshot. Do not use if running a validator. | ## Examples