Docuemnt Q in q?

This commit is contained in:
pancake 2019-07-17 18:48:36 +02:00
parent f510e8f35a
commit df9ecb1c19

View file

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