Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

Commit 9deda2b

Browse files
committed
Update detailed help information
1 parent dc5f7bd commit 9deda2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bitlab/src/cli.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ int cli_help(char** args)
7070
else if (strcmp(args[0], "help") == 0)
7171
printf(" * Detailed information about help command:\n * help - Prints command descriptions.\n");
7272
else
73-
printf("Unknown command: %s\n", args[0]);
73+
printf(" * Detailed information not included.\n");
7474
}
7575
else
7676
print_help();

0 commit comments

Comments
 (0)