Update help.c

This commit is contained in:
Lluciocc 2026-05-15 19:31:19 +02:00 committed by GitHub
parent 7c82a31c72
commit b2b931f332
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,7 +39,7 @@ int main(int argc, char **argv) {
printf("exit - Exit the terminal\n");
printf("net - Network tools\n");
printf("time <cmd> - 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");