From a017c8bf88f592cbac53294e2246ad8d463f19d4 Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Fri, 15 May 2026 19:31:19 +0200 Subject: [PATCH] Update help.c --- src/userland/cli/help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/userland/cli/help.c b/src/userland/cli/help.c index 2db5f0b..f4211f0 100644 --- a/src/userland/cli/help.c +++ b/src/userland/cli/help.c @@ -39,7 +39,7 @@ int main(int argc, char **argv) { printf("exit - Exit the terminal\n"); printf("net - Network tools\n"); printf("time - Measure command execution time\n"); - printf("find - find files or dol") + printf("find - find files or dol"); printf("rev - Reverse a string or file\n"); printf("head - print lines from the top down\n"); printf("tail - print lines from te bottom up\n");