From 5a1f788a004bdf55bec47d4a78f312719fbc2269 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 28 Oct 2008 09:28:43 +0000 Subject: [PATCH] "fix for usage for filemanage/cli.php as suggested on the German list" --- filemanager/cli.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/cli.php b/filemanager/cli.php index 4cf65b6c96..fe715c4627 100755 --- a/filemanager/cli.php +++ b/filemanager/cli.php @@ -55,7 +55,7 @@ function usage($action=null,$ret=0) echo "\t$cmd mkdir [-p|--parents] URL [URL2 ...]\n"; echo "\t$cmd rmdir URL [URL2 ...]\n"; echo "\t$cmd touch [-r|--recursive] [-d|--date time] URL [URL2 ...]\n"; - echo "\t$cmd chmod [-r|--recursive] mode=[ugoa]*[+-=][rwx]+,... URL [URL2 ...]\n"; + echo "\t$cmd chmod [-r|--recursive] [ugoa]*[+-=][rwx]+,... URL [URL2 ...]\n"; echo "\t$cmd chown [-r|--recursive] user URL [URL2 ...]\n"; echo "\t$cmd chgrp [-r|--recursive] group URL [URL2 ...]\n"; echo "\t$cmd find URL [URL2 ...] [-type (d|f)][-depth][-mindepth n][-maxdepth n][-mime type[/sub]][-name pattern][-path pattern][-uid id][-user name][-nouser][-gid id][-group name][-nogroup][-size N][-cmin N][-ctime N][-mmin N][-mtime N] (N: +n --> >n, -n --> =n) [-limit N[,n]][-order (name|size|...)][-sort (ASC|DESC)]\n";