Skip to content

Commit 866530a

Browse files
committed
improve CLI docs
1 parent 4843b7b commit 866530a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/plumbing/options.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ pub mod pack {
238238
/// owned objects, causing plenty of allocation to occour.
239239
re_encode: bool,
240240

241-
/// The '.pack' or '.idx' file whose checksum to validate.
241+
/// The '.pack', '.idx' or 'multi-pack-index' file to validate.
242242
#[clap(parse(from_os_str))]
243243
path: PathBuf,
244244
},

0 commit comments

Comments
 (0)