From ddcf76dac24c0069e3140d33bbe4b223318fd999 Mon Sep 17 00:00:00 2001 From: Simone Piccardi Date: Sat, 16 Jun 2007 12:55:16 +0000 Subject: [PATCH] Correzione alla stampa di utilizzo del comando --- sources/mylschroot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/mylschroot.c b/sources/mylschroot.c index a2b2a8a..7be3dbb 100644 --- a/sources/mylschroot.c +++ b/sources/mylschroot.c @@ -112,7 +112,7 @@ int do_ls(struct dirent * direntry) * routine to print usage info and exit */ void usage(void) { - printf("Program myls: list file in a directory \n"); + printf("Program mylschroot: chroot in a directory and list files \n"); printf("Usage:\n"); printf(" myls [-h] dirname \n"); printf(" -h print this help\n"); -- 2.30.2