From 6e83e1dc1709bd2bed09a659601c4069fd776d67 Mon Sep 17 00:00:00 2001 From: zeyadhost Date: Mon, 11 May 2026 19:51:02 +0300 Subject: [PATCH] add lsblk to help --- src/userland/cli/help.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/userland/cli/help.c b/src/userland/cli/help.c index ef37cf9..d5f7903 100644 --- a/src/userland/cli/help.c +++ b/src/userland/cli/help.c @@ -25,6 +25,7 @@ int main(int argc, char **argv) { printf("date - Print current date and time\n"); printf("uptime - Print system uptime\n"); printf("meminfo - Print memory information\n"); + printf("lsblk - List block devices and partitions\n"); printf("cowsay [msg] - Fun cow says something\n"); printf("beep - Make a beep sound\n"); printf("reboot - Reboot the system\n");