From 42a36a2a3eea897345f9efa6cec0634c50d146b1 Mon Sep 17 00:00:00 2001 From: kevinnls <57634663+kevinnls@users.noreply.github.com> Date: Tue, 17 Aug 2021 09:46:20 +0000 Subject: [PATCH] patch: \n at end of help prompt prevents messing up shell prompt after execution --- src/tmp_help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tmp_help.h b/src/tmp_help.h index b9438ba..03e128f 100644 --- a/src/tmp_help.h +++ b/src/tmp_help.h @@ -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"); }