diff --git a/src/userland/cli/help.c b/src/userland/cli/help.c index 2db5f0b..f4211f0 100644 --- a/src/userland/cli/help.c +++ b/src/userland/cli/help.c @@ -39,7 +39,7 @@ int main(int argc, char **argv) { printf("exit - Exit the terminal\n"); printf("net - Network tools\n"); printf("time - Measure command execution time\n"); - printf("find - find files or dol") + printf("find - find files or dol"); 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");