Skip to content

Commit 6bb7d47

Browse files
GuoPhilipseHarshitGupta11
authored andcommitted
HDFS-16516. Fix Fsshell wrong params (apache#4090). Contributed by GuoPhilipse.
1 parent 5d965c0 commit 6bb7d47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -328,16 +328,16 @@ Returns 0 on success and -1 on error.
328328
get
329329
---
330330

331-
Usage: `hadoop fs -get [-ignorecrc] [-crc] [-p] [-f] [-t <thread count>] [-q <thread pool queue size>] <src> ... <localdst> `
331+
Usage: `hadoop fs -get [-ignoreCrc] [-crc] [-p] [-f] [-t <thread count>] [-q <thread pool queue size>] <src> ... <localdst> `
332332

333-
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.
333+
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.
334334

335335
Options:
336336

337337
* `-p` : Preserves access and modification times, ownership and the permissions.
338338
(assuming the permissions can be propagated across filesystems)
339339
* `-f` : Overwrites the destination if it already exists.
340-
* `-ignorecrc` : Skip CRC checks on the file(s) downloaded.
340+
* `-ignoreCrc` : Skip CRC checks on the file(s) downloaded.
341341
* `-crc`: write CRC checksums for the files downloaded.
342342
* `-t <thread count>` : Number of threads to be used, default is 1.
343343
Useful when downloading directories containing more than 1 file.

0 commit comments

Comments
 (0)