Skip to content

Commit

Permalink
Add missing -a in decai's help
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 13, 2025
1 parent 2ee71ec commit ea379de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decai/decai.r2.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,7 @@ Response:
function usage() {
console.error("Usage: " + command + " (-h) ...");
console.error(" " + command + " -H - help setting up r2ai");
console.error(" " + command + " -a [query] - solve query with auto mode");
console.error(" " + command + " -d [f1 ..] - decompile given functions");
console.error(" " + command + " -dr - decompile function and its called ones (recursive)");
console.error(" " + command + " -dd [..] - same as above, but ignoring cache");
Expand Down

0 comments on commit ea379de

Please sign in to comment.