mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 18:58:40 +00:00
Update help.c
This commit is contained in:
parent
7c82a31c72
commit
b2b931f332
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in a new issue