Fix formatting of help command descriptions

This commit is contained in:
Jan 2026-05-15 17:58:46 +02:00 committed by GitHub
parent 72e6a8b6a7
commit 98368ffaaa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,7 +40,7 @@ int main(int argc, char **argv) {
printf("find - find files or folders\n");
printf("rev - Reverse a string or file\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");
return 0;
}