mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
update HELP
This commit is contained in:
parent
9ae0b16b71
commit
ed0535b822
2 changed files with 1 additions and 0 deletions
BIN
boredos.iso
BIN
boredos.iso
Binary file not shown.
|
|
@ -27,6 +27,7 @@ int main(int argc, char **argv) {
|
||||||
printf("man <cmd> - Show manual page\n");
|
printf("man <cmd> - Show manual page\n");
|
||||||
printf("clear - Clear the screen\n");
|
printf("clear - Clear the screen\n");
|
||||||
printf("exit - Exit the terminal\n");
|
printf("exit - Exit the terminal\n");
|
||||||
|
printf("net - Network tools\n");
|
||||||
printf("\nHint: Use Ctrl+C to force quit any running application.\n");
|
printf("\nHint: Use Ctrl+C to force quit any running application.\n");
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue