From 596bfafbf512c88a8d6515edd33a4910e7f633a0 Mon Sep 17 00:00:00 2001 From: netbenixcn Date: Sun, 7 Jun 2020 11:20:20 +0200 Subject: [PATCH] Updated main.c --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index b51c1f8..d0fb5e1 100644 --- a/main.c +++ b/main.c @@ -61,8 +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;34mcd\033[0m : change directory\n"); + printf("\033[1;34mdir\033[0m : show contents of directory\n"); 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");