mirror of
https://github.com/BoredDevNL/BoredOS.git
synced 2026-05-15 10:48:38 +00:00
Add ptime command help message
This commit is contained in:
parent
70ab1837c2
commit
11593b1b23
1 changed files with 1 additions and 0 deletions
|
|
@ -38,6 +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("\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