Skip to content

Commit bc9620a

Browse files
author
lemmih
committed
document the sync-bucket command
1 parent 8d1ddf0 commit bc9620a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tool/subcommands/archive_cmd.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ 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.
129131
SyncBucket {
130132
#[arg(required = true)]
131133
snapshot_files: Vec<PathBuf>,

0 commit comments

Comments
 (0)