Updated main.c
This commit is contained in:
parent
0a6798377a
commit
596bfafbf5
1 changed files with 2 additions and 2 deletions
4
main.c
4
main.c
|
|
@ -61,8 +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;34mcd\033[0m : change directory\n");
|
||||||
printf("\033[1;34mdir\033[0m : show contents of directory");
|
printf("\033[1;34mdir\033[0m : show contents of directory\n");
|
||||||
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");
|
||||||
|
|
|
||||||
Reference in a new issue