Skip to content

Commit

Permalink
Updated documentation of dm_mount
Browse files Browse the repository at this point in the history
  • Loading branch information
CKingX committed May 4, 2022
1 parent 4cb8f20 commit afdf0ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mount.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ fn losetup_mount(image: &OsString, block_size: u32) -> String {
}

/// Mounts the image using the parse map with the following commmand
/// ```dmsetup create {device name} --table {parse map}```
/// ```dmsetup create {device name}``` and passes parse map in stdin
fn dm_mount(map: &OsString, image_path: &OsString) -> (u32,String) {
let entry = config::get_next_devices();
let image_path = image_path.to_str().unwrap();
Expand Down

0 comments on commit afdf0ae

Please sign in to comment.