Skip to content

Commit 629e211

Browse files
pb8obchalios
authored andcommitted
snapshot-editor: fix rebase command description
The `rebase` command had a copy pasted description from `remove-regs`. Signed-off-by: Pablo Barbáchano <[email protected]>
1 parent 16b9dad commit 629e211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/snapshot-editor/src/edit_memory.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pub enum EditMemoryError {
3030

3131
#[derive(Debug, Subcommand)]
3232
pub enum EditMemorySubCommand {
33-
/// Remove registers from vcpu states.
33+
/// Apply a diff snapshot on top of a base one
3434
Rebase {
3535
/// Path to the memory file.
3636
#[arg(short, long)]

0 commit comments

Comments
 (0)