From 1acde928049e69087336b5b53c380de2bcf71e14 Mon Sep 17 00:00:00 2001 From: sneekyfoxx Date: Sun, 7 Jan 2024 03:47:39 -0500 Subject: [PATCH] Update ActionsProc --- src/ActionsProc.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ActionsProc.nim b/src/ActionsProc.nim index 80400ca..23a7f94 100644 --- a/src/ActionsProc.nim +++ b/src/ActionsProc.nim @@ -15,7 +15,7 @@ proc Actions* {.noReturn.} = stdout.write("\n", blue, "Author", reset, ": ", magenta, "Rayshawn Levy", reset, "\n") stdout.flushFile - stdout.writeLine("\n{blue}Description{reset}: {yellow}A simple, yet powerful tool in the hands of any user.{reset}\n".fmt) + stdout.writeLine("\n{yellow}A simple, yet powerful tool in the hands of any user.{reset}\n".fmt) stdout.flushFile stdout.write("{blue}NOTE{reset}: {yellow}{red}/{reset}{yellow}'s and {reset}{red}\\{reset}".fmt)