From 0a6798377aba632c778e47dc0d4192bcfb2107bd Mon Sep 17 00:00:00 2001 From: netbenixcn Date: Sun, 7 Jun 2020 11:19:58 +0200 Subject: [PATCH] Updated the list --- main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.c b/main.c index b40fb24..b51c1f8 100644 --- a/main.c +++ b/main.c @@ -61,6 +61,8 @@ int commandHandler(char *cmd){ arg[i] = p; 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;34mversion\033[0m : shows the version\n"); printf("\033[1;34mexit\033[0m : exit the program\n");