Updated the list

This commit is contained in:
netbenixcn 2020-06-07 11:19:58 +02:00
parent 779a777894
commit 0a6798377a

2
main.c
View file

@ -61,6 +61,8 @@ int commandHandler(char *cmd){
arg[i] = p; arg[i] = p;
if(!strcmp(arg[0], "list")){ if(!strcmp(arg[0], "list")){
printf("\033[1;34mcd\033[0m : change directory");
printf("\033[1;34mdir\033[0m : show contents of directory");
printf("\033[1;34mlist\033[0m : this list\n"); printf("\033[1;34mlist\033[0m : this list\n");
printf("\033[1;34mversion\033[0m : shows the version\n"); printf("\033[1;34mversion\033[0m : shows the version\n");
printf("\033[1;34mexit\033[0m : exit the program\n"); printf("\033[1;34mexit\033[0m : exit the program\n");