Skip to content

Commit 8cec331

Browse files
author
lemmih
committed
make spellcheck happy
1 parent 5bf7df3 commit 8cec331

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/docs/users/guides/advanced/archival_snapshots.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ snapshot.
1414

1515
Archival snapshots are publicly available here:
1616

17-
- Mainnet lites: https://forest-archive.chainsafe.dev/list/mainnet/lite
18-
- Mainnet diffs: https://forest-archive.chainsafe.dev/list/mainnet/diff
19-
- Calibnet lites: https://forest-archive.chainsafe.dev/list/calibnet/lite
20-
- Calibnet diffs: https://forest-archive.chainsafe.dev/list/calibnet/diff
17+
- Mainnet lite: https://forest-archive.chainsafe.dev/list/mainnet/lite
18+
- Mainnet diff: https://forest-archive.chainsafe.dev/list/mainnet/diff
19+
- Calibnet lite: https://forest-archive.chainsafe.dev/list/calibnet/lite
20+
- Calibnet diff: https://forest-archive.chainsafe.dev/list/calibnet/diff
2121

2222
## Merging snapshots
2323

src/tool/subcommands/archive_cmd.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,12 @@ pub enum ArchiveCommands {
126126
#[arg(long)]
127127
depth: Option<u64>,
128128
},
129-
/// Export lite+diff snapshots from one or more CAR files, and upload them
130-
/// to an S3 bucket.
129+
/// Export lite and diff snapshots from one or more CAR files, and upload them
130+
/// to an `S3` bucket.
131131
SyncBucket {
132132
#[arg(required = true)]
133133
snapshot_files: Vec<PathBuf>,
134-
/// S3 endpoint URL.
134+
/// `S3` endpoint URL.
135135
#[arg(long, default_value = FOREST_ARCHIVE_S3_ENDPOINT)]
136136
endpoint: String,
137137
/// Don't generate or upload files, just show what would be done.

0 commit comments

Comments
 (0)