Skip to content

Commit

Permalink
make spellcheck happy
Browse files Browse the repository at this point in the history
  • Loading branch information
lemmih committed Jul 27, 2023
1 parent add4245 commit 413119c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/cli/subcommands/snapshot_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,12 @@ pub enum SnapshotCommands {
},
/// Make this snapshot suitable for use as a compressed car-backed blockstore.
Compress {
/// Input CAR file, in .car, .car.zst, or .forest.car.zst format.
/// Input CAR file, in `.car`, `.car.zst`, or `.forest.car.zst` format.
source: PathBuf,
// Output file, will be in .forest.car.zst format. Will reuse the source
// basename if pointed to a directory.
/// Output file, will be in `.forest.car.zst` format.
///
/// Will reuse the source name (with new extension) if pointed to a
/// directory.
#[arg(short, long, default_value = ".")]
output: PathBuf,
#[arg(long, default_value_t = 3)]
Expand Down

0 comments on commit 413119c

Please sign in to comment.