From fe1ba182d95676423beef510d129ed655f84b82b Mon Sep 17 00:00:00 2001 From: Lluciocc <114759545+Lluciocc@users.noreply.github.com> Date: Mon, 11 May 2026 20:25:35 +0200 Subject: [PATCH] Update with missing ; --- 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 490a1eb..20ff62a 100644 --- a/src/userland/cli/help.c +++ b/src/userland/cli/help.c @@ -26,7 +26,7 @@ int main(int argc, char **argv) { printf("uptime - Print system uptime\n"); printf("meminfo - Print memory information\n"); printf("hexdump - Display file contents in hexadecimal.\n"); - printf("ps [options] - List running processes\n") + printf("ps [options] - List running processes\n"); printf("lsblk - List block devices and partitions\n"); printf("cowsay [msg] - Fun cow says something\n"); printf("beep - Make a beep sound\n");