mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 18:58:40 +00:00
Fix formatting of help command descriptions
This commit is contained in:
parent
72e6a8b6a7
commit
98368ffaaa
1 changed files with 5 additions and 5 deletions
|
|
@ -37,10 +37,10 @@ int main(int argc, char **argv) {
|
||||||
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("net - Network tools\n");
|
||||||
printf("find - find files or folders\n");
|
printf("find - find files or folders\n");
|
||||||
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 the bottom up\n");
|
||||||
|
printf("time <cmd> - Measure command execution time\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