This is an automated email from the ASF dual-hosted git repository.
hexiaoqiao pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new 5de78ceb0e7 HDFS-16516. Fix Fsshell wrong params (#4090). Contributed
by GuoPhilipse.
5de78ceb0e7 is described below
commit 5de78ceb0e7f522289ad7d008a42db529f9a6700
Author: GuoPhilipse <[email protected]>
AuthorDate: Mon Apr 11 15:54:00 2022 +0800
HDFS-16516. Fix Fsshell wrong params (#4090). Contributed by GuoPhilipse.
---
.../hadoop-common/src/site/markdown/FileSystemShell.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git
a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
index 331cf872bf2..9a690a8c5cc 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
@@ -328,16 +328,16 @@ Returns 0 on success and -1 on error.
get
---
-Usage: `hadoop fs -get [-ignorecrc] [-crc] [-p] [-f] [-t <thread count>] [-q
<thread pool queue size>] <src> ... <localdst> `
+Usage: `hadoop fs -get [-ignoreCrc] [-crc] [-p] [-f] [-t <thread count>] [-q
<thread pool queue size>] <src> ... <localdst> `
-Copy files to the local file system. Files that fail the CRC check may be
copied with the -ignorecrc option. Files and CRCs may be copied using the -crc
option.
+Copy files to the local file system. Files that fail the CRC check may be
copied with the -ignoreCrc option. Files and CRCs may be copied using the -crc
option.
Options:
* `-p` : Preserves access and modification times, ownership and the
permissions.
(assuming the permissions can be propagated across filesystems)
* `-f` : Overwrites the destination if it already exists.
-* `-ignorecrc` : Skip CRC checks on the file(s) downloaded.
+* `-ignoreCrc` : Skip CRC checks on the file(s) downloaded.
* `-crc`: write CRC checksums for the files downloaded.
* `-t <thread count>` : Number of threads to be used, default is 1.
Useful when downloading directories containing more than 1 file.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]