Remove arg for -X in rz-gg -h (#5440)
This commit is contained in:
parent
1edfc2f7c1
commit
04714648bb
3 changed files with 3 additions and 3 deletions
|
|
@ -94,7 +94,7 @@ Show version information
|
|||
Patch hexpairs at given offset
|
||||
.It Fl x
|
||||
Execute
|
||||
.It Fl X Ar hexpairs
|
||||
.It Fl X
|
||||
Execute rop chain, using the stack provided
|
||||
.It Fl z
|
||||
Output in C string syntax
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@ static int usage(int v) {
|
|||
"-v", "" ,"Show version information",
|
||||
"-w", "[off:hex]" ,"Patch hexpairs at given offset",
|
||||
"-x", "" ,"Execute",
|
||||
"-X", "[hexpairs]" ,"Execute rop chain, using the stack provided",
|
||||
"-X", "" ,"Execute rop chain, using the stack provided",
|
||||
"-z", "" ,"Output in C string syntax",
|
||||
// clang-format on
|
||||
};
|
||||
|
|
|
|||
|
|
@ -557,7 +557,7 @@ ec diff.unmatch red | mismatch color
|
|||
[32m-v[0m [0mShow version information
|
||||
[32m-w[0m[33m [off:hex] [0m [0mPatch hexpairs at given offset
|
||||
[32m-x[0m [0mExecute
|
||||
[32m-X[0m[33m [hexpairs] [0m [0mExecute rop chain, using the stack provided
|
||||
[32m-X[0m [0mExecute rop chain, using the stack provided
|
||||
[32m-z[0m [0mOutput in C string syntax
|
||||
|
||||
[36mUsage: [0mrz-hash [-vhBkjLq] [-b S] [-a A] [-c H] [-E A] [-D A] [-s S] [-x S] [-f O] [-t O] [files|-] ...
|
||||
|
|
|
|||
Loading…
Reference in a new issue