Skip to content
Merged
Changes from all commits
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 src/pages/cli/download.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ tempo download [flags]
| `--datadir <path>` | Data directory for downloaded state |
| `-u, --url <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

Expand Down
Loading