Skip to content

Commit c38a1cc

Browse files
committed
Fix wrong command description
1 parent da280e9 commit c38a1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ fn help() {
9999
println!(" A toggle the legacy BIOS bootable flag");
100100
println!(" B toggle the no block IO protocol flag");
101101
println!(" c copy a partition from another device (or the same)");
102-
println!(" C copy a partition from another device (or the same)");
102+
println!(" C copy all partitions from another device (or the same)");
103103
println!(" d delete a partition");
104104
println!(" D print the raw data of the disklabel from the device");
105105
println!(" f fix partitions order");

0 commit comments

Comments
 (0)