Update with missing ;

This commit is contained in:
Lluciocc 2026-05-11 20:25:35 +02:00 committed by GitHub
parent f94384e572
commit fe1ba182d9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -26,7 +26,7 @@ int main(int argc, char **argv) {
printf("uptime - Print system uptime\n");
printf("meminfo - Print memory information\n");
printf("hexdump <file> - 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");