diff --git a/libr/core/cmd_quit.c b/libr/core/cmd_quit.c index 8b5112a078..61fdecaf33 100644 --- a/libr/core/cmd_quit.c +++ b/libr/core/cmd_quit.c @@ -11,6 +11,7 @@ static const char *help_msg_q[] = { "q"," 1","quit with return value 1", "q"," a-b","quit with return value a-b", "q[y/n][y/n]","","quit, chose to kill process, chose to save project ", + "Q","", "same as q!!", NULL };