patch: \n at end of help prompt

prevents messing up shell prompt after execution
This commit is contained in:
kevinnls
2021-08-17 09:46:20 +00:00
parent 87ef6ff55c
commit 42a36a2a3e

View File

@@ -19,5 +19,5 @@ void tmp_help(){
-t\n\
Don\'t print output\n\
-r\n\
Don\'t print error");
Don\'t print error\n");
}