From 084c9e8f1045ef55f9075cdc87fb74f746f47f2c Mon Sep 17 00:00:00 2001 From: BurntRanch <69512353+BurntRanch@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:42:21 +0300 Subject: [PATCH] correction: erm actually its display, not dispay, you may have made a mistake there.. :nerd: --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5b6d8042..fe8a1296 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -23,7 +23,7 @@ static void help(bool invalid_opt = false) { fmt::println(R"( A command-line system information tool (or neofetch like program), which its focus point is customizability and perfomance - -n, --no-display Do not dispay the ascii art + -n, --no-display Do not display the ascii art -s, --source-path Path to the ascii art file to display -C, --config Path to the config file to use -d, --distro Print a custom distro logo (must be the same name, uppercase or lowercase)