From bbbe3c646698e811fe71aee762656c663dd0f373 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Tue, 30 Apr 2024 23:06:20 +0800 Subject: [PATCH] rizin: Clarify that `-q` runs both `-i` and `-c` (#4465) --- librz/main/rizin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/librz/main/rizin.c b/librz/main/rizin.c index 62a8b150037..ebaa9eb3737 100644 --- a/librz/main/rizin.c +++ b/librz/main/rizin.c @@ -126,8 +126,8 @@ static int main_help(int line) { "-n, -nn", "", "Do not load RzBin info (-nn only load bin structures)", "-N", "", "Do not load user settings and scripts", "-NN", "", "Do not load any script or plugin", - "-q", "", "Quiet mode (no prompt) and quit after -i", - "-qq", "", "Quit after running all -c and -i", + "-q", "", "Quiet mode (no prompt) and quit after -i and -c", + "-qq", "", "Quiet mode (no prompt) and force quit", "-Q", "", "Quiet mode (no prompt) and quit faster (quickLeak=true)", "-p", "[p.rzdb]", "Load project file", "-r", "[rz-run]", "Specify rz-run profile to load (same as -e dbg.profile=X)",