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 16b9dad commit 629e211Copy full SHA for 629e211
src/snapshot-editor/src/edit_memory.rs
@@ -30,7 +30,7 @@ pub enum EditMemoryError {
30
31
#[derive(Debug, Subcommand)]
32
pub enum EditMemorySubCommand {
33
- /// Remove registers from vcpu states.
+ /// Apply a diff snapshot on top of a base one
34
Rebase {
35
/// Path to the memory file.
36
#[arg(short, long)]
0 commit comments