projects
/
gapil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d680e0
)
Correzione alla stampa di utilizzo del comando
author
Simone Piccardi
<piccardi@gnulinux.it>
Sat, 16 Jun 2007 12:55:16 +0000
(12:55 +0000)
committer
Simone Piccardi
<piccardi@gnulinux.it>
Sat, 16 Jun 2007 12:55:16 +0000
(12:55 +0000)
sources/mylschroot.c
patch
|
blob
|
history
diff --git
a/sources/mylschroot.c
b/sources/mylschroot.c
index a2b2a8a18228d74965d4ff15c6da54cfe859b60e..7be3dbbbbd97566271d5f48ca2fd89628eb2ab16 100644
(file)
--- 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 myls
chroot: chroot in a directory and list files
\n");
printf("Usage:\n");
printf(" myls [-h] dirname \n");
printf(" -h print this help\n");