Update help.c
Some checks are pending
Nightly Build / build-and-release (push) Waiting to run

This commit is contained in:
Lluciocc 2026-05-15 19:31:19 +02:00 committed by GitHub
parent 7c82a31c72
commit a017c8bf88
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("exit - Exit the terminal\n");
printf("net - Network tools\n"); printf("net - Network tools\n");
printf("time <cmd> - Measure command execution time\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("rev - Reverse a string or file\n");
printf("head - print lines from the top down\n"); printf("head - print lines from the top down\n");
printf("tail - print lines from te bottom up\n"); printf("tail - print lines from te bottom up\n");