update HELP

This commit is contained in:
boreddevnl 2026-02-28 00:02:34 +01:00
parent 9ae0b16b71
commit ed0535b822
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -27,6 +27,7 @@ int main(int argc, char **argv) {
printf("man <cmd> - Show manual page\n");
printf("clear - Clear the screen\n");
printf("exit - Exit the terminal\n");
printf("net - Network tools\n");
printf("\nHint: Use Ctrl+C to force quit any running application.\n");
return 0;
}