We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da280e9 commit c38a1ccCopy full SHA for c38a1cc
src/cli/commands.rs
@@ -99,7 +99,7 @@ fn help() {
99
println!(" A toggle the legacy BIOS bootable flag");
100
println!(" B toggle the no block IO protocol flag");
101
println!(" c copy a partition from another device (or the same)");
102
- println!(" C copy a partition from another device (or the same)");
+ println!(" C copy all partitions from another device (or the same)");
103
println!(" d delete a partition");
104
println!(" D print the raw data of the disklabel from the device");
105
println!(" f fix partitions order");
0 commit comments