Remove arg for -X in rz-gg -h (#5440)

This commit is contained in:
Khairul Azhar Kasmiran 2025-10-07 21:43:06 +08:00 committed by GitHub
parent 1edfc2f7c1
commit 04714648bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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
};

View file

@ -557,7 +557,7 @@ ec diff.unmatch red | mismatch color
-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
Usage: rz-hash [-vhBkjLq] [-b S] [-a A] [-c H] [-E A] [-D A] [-s S] [-x S] [-f O] [-t O] [files|-] ...