提交 1297bbd1 编写于 作者: G gongweibao

modify some bugs

上级 177d35af
...@@ -8,11 +8,11 @@ cp - copy files and directories ...@@ -8,11 +8,11 @@ cp - copy files and directories
# Description # Description
``` ```
--preserve--links --preserve--links
Reserve links when copy files Reserve links when copy links
-R, -r, --recursive -R, -r, --recursive
Copy directories recursively Copy directories recursively
``` ```
# Examples # Examples
......
...@@ -7,11 +7,11 @@ ls - list directory contents or a file attributes ...@@ -7,11 +7,11 @@ ls - list directory contents or a file attributes
# Description # Description
``` ```
-R, -r, --recursive -R, -r, --recursive
Copy directories recursively Copy directories recursively
--page-size (integer) --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. 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 # Examples
......
...@@ -9,11 +9,11 @@ rm [OPTION]... <PFSPath>... ...@@ -9,11 +9,11 @@ rm [OPTION]... <PFSPath>...
# Description # Description
``` ```
-r, -R, --recursive -r, -R, --recursive
remove directories and their contents recursively remove directories and their contents recursively
--page-size (integer) --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 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 # Examples
......
...@@ -8,15 +8,15 @@ sync - sync directories. Recursively copies new and updated files from the sourc ...@@ -8,15 +8,15 @@ sync - sync directories. Recursively copies new and updated files from the sourc
# Description # Description
``` ```
-l, --links --preserve--links
copy symlinks as symlinks Reserve links when copy links
``` ```
# Examples # Examples
- The following command sync locally directory to pfs - The following command sync locally directory to pfs
``` ```
sync ./dir1 pfs://mydir1 paddle pfs sync ./dir1 pfs://mydir1
``` ```
Output Output
...@@ -30,7 +30,7 @@ upload ./dir1/text2.txt to pfs://mydir1/text2.txt ...@@ -30,7 +30,7 @@ upload ./dir1/text2.txt to pfs://mydir1/text2.txt
- The following command sync pfs directory to local - The following command sync pfs directory to local
``` ```
sync pfs://mydir1 . paddle pfs sync pfs://mydir1 .
``` ```
Output Output
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册