mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-16 20:31:17 +00:00
Add missing help for y- command
This commit is contained in:
parent
632439cb1a
commit
b74970f966
@ -300,11 +300,12 @@ static const char *help_msg_uc[] = {
|
||||
|
||||
static const char *help_msg_y[] = {
|
||||
"Usage:", "y[ptxy] [len] [[@]addr]", " # See wd? for memcpy, same as 'yf'.",
|
||||
"y!", "", "open cfg.editor to edit the clipboard",
|
||||
"y", " 16 @ 0x200", "copy 16 bytes into clipboard from 0x200",
|
||||
"y", " 16 0x200", "copy 16 bytes into clipboard from 0x200",
|
||||
"y", " 16", "copy 16 bytes into clipboard",
|
||||
"y", "", "show yank buffer information (origin len bytes)",
|
||||
"y-", "", "empty / reset clipboard",
|
||||
"y!", "", "open cfg.editor to edit the clipboard",
|
||||
"y*", "", "print in r2 commands what's been yanked",
|
||||
"yf", " 64 0x200", "copy file 64 bytes from 0x200 from file",
|
||||
"yfa", " file copy", "copy all bytes from file (opens w/ io)",
|
||||
|
Loading…
x
Reference in New Issue
Block a user