Add ptime command help message

This commit is contained in:
Lluciocc 2026-05-12 09:06:05 +02:00 committed by GitHub
parent 70ab1837c2
commit 11593b1b23
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,6 +38,7 @@ int main(int argc, char **argv) {
printf("clear - Clear the screen\n");
printf("exit - Exit the terminal\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");
return 0;
}