HDFS-11862. Option -v missing for du command in FileSystemShell.md. Contributed by Yiqun Lin
This commit is contained in:
parent
e135c0b207
commit
c80d3bc480
|
@ -224,7 +224,7 @@ Example:
|
||||||
du
|
du
|
||||||
----
|
----
|
||||||
|
|
||||||
Usage: `hadoop fs -du [-s] [-h] [-x] URI [URI ...]`
|
Usage: `hadoop fs -du [-s] [-h] [-v] [-x] URI [URI ...]`
|
||||||
|
|
||||||
Displays sizes of files and directories contained in the given directory or the length of a file in case its just a file.
|
Displays sizes of files and directories contained in the given directory or the length of a file in case its just a file.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue