diff --git a/doc/design/file_mananger/pfs/cp.md b/doc/design/file_mananger/pfs/cp.md index af4204d717ffbdb4ee84ad20201fc85a3cbe0f21..80eed5d0794c55a976cd59e192d761d9b9a146f9 100644 --- a/doc/design/file_mananger/pfs/cp.md +++ b/doc/design/file_mananger/pfs/cp.md @@ -8,11 +8,11 @@ cp - copy files and directories # Description ``` - --preserve--links - Reserve links when copy files - - -R, -r, --recursive - Copy directories recursively +--preserve--links + Reserve links when copy links + +-R, -r, --recursive + Copy directories recursively ``` # Examples diff --git a/doc/design/file_mananger/pfs/ls.md b/doc/design/file_mananger/pfs/ls.md index bec4c39b37eed2b0e9852cd4ab0ef127b469162b..8dc81aeaba2dbb524e761dc4eb788e0b0309bfdf 100644 --- a/doc/design/file_mananger/pfs/ls.md +++ b/doc/design/file_mananger/pfs/ls.md @@ -7,11 +7,11 @@ ls - list directory contents or a file attributes # Description ``` - -R, -r, --recursive - Copy directories recursively - - --page-size (integer) - The number of results to return in each response to a list operation. The default value is 1000 (the maximum allowed). Using a lower value may help if operation time out. +-R, -r, --recursive + Copy directories recursively + +--page-size (integer) + The number of results to return in each response to a list operation. The default value is 1000 (the maximum allowed). Using a lower value may help if operation time out. ``` # Examples diff --git a/doc/design/file_mananger/pfs/rm.md b/doc/design/file_mananger/pfs/rm.md index fa881fe1e94b3057b3276226e8eda3222b454528..0b3760f332cff601b27a6f7eb04fae1a80b5329b 100644 --- a/doc/design/file_mananger/pfs/rm.md +++ b/doc/design/file_mananger/pfs/rm.md @@ -9,11 +9,11 @@ rm [OPTION]... ... # Description ``` - -r, -R, --recursive - remove directories and their contents recursively +-r, -R, --recursive + remove directories and their contents recursively - --page-size (integer) - The number of results to return in each response to a list operation. The default value is 1000 (the maximum allowed). Using a lower value may help if an operation times out +--page-size (integer) + The number of results to return in each response to a list operation. The default value is 1000 (the maximum allowed). Using a lower value may help if an operation times out ``` # Examples diff --git a/doc/design/file_mananger/pfs/sync.md b/doc/design/file_mananger/pfs/sync.md index 7a8e0b74cf196c10eb1e7878befd5514b284be4f..c317742e5011ef9b3b774221b3b058b2687854ec 100644 --- a/doc/design/file_mananger/pfs/sync.md +++ b/doc/design/file_mananger/pfs/sync.md @@ -8,15 +8,15 @@ sync - sync directories. Recursively copies new and updated files from the sourc # Description ``` - -l, --links - copy symlinks as symlinks +--preserve--links + Reserve links when copy links ``` # Examples - The following command sync locally directory to pfs ``` -sync ./dir1 pfs://mydir1 +paddle pfs sync ./dir1 pfs://mydir1 ``` Output @@ -30,7 +30,7 @@ upload ./dir1/text2.txt to pfs://mydir1/text2.txt - The following command sync pfs directory to local ``` -sync pfs://mydir1 . +paddle pfs sync pfs://mydir1 . ``` Output diff --git a/doc/design/file_mananger/src/filemanager.graffle b/doc/design/file_mananger/src/filemanager.graffle index d8ec4299f42eff52e7153b542e101cc28e2f9801..4a4338488dc1157745023790ed576d42ea214f1d 100644 Binary files a/doc/design/file_mananger/src/filemanager.graffle and b/doc/design/file_mananger/src/filemanager.graffle differ diff --git a/doc/design/file_mananger/src/filemanager.png b/doc/design/file_mananger/src/filemanager.png index d8b14404bab846c42937b28296a63978c5cfdbb1..e6b9bfa48ea6371569c2d8458de55758270e64c9 100644 Binary files a/doc/design/file_mananger/src/filemanager.png and b/doc/design/file_mananger/src/filemanager.png differ