mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Rename 'ptime' command to 'time' in help text
This commit is contained in:
parent
c275da6145
commit
078ad437a5
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ 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("ptime <cmd> - Measure command execution time\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