mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 08:06:32 +00:00
@ -16,9 +16,10 @@ int shell_help(int argc, char **argv)
|
||||
printf("Help:\n");
|
||||
for (int i = 0; i < help_table_num; ++i)
|
||||
help_table[i].func();
|
||||
|
||||
if(argc > 1)
|
||||
|
||||
if (argc > 1)
|
||||
free(argv);
|
||||
return 0;
|
||||
}
|
||||
|
||||
void shell_help_cd()
|
||||
|
Reference in New Issue
Block a user