HDFS-11862. Option -v missing for du command in FileSystemShell.md. Contributed by Yiqun Lin

This commit is contained in:
Mingliang Liu 2017-05-21 01:23:35 -07:00
parent e135c0b207
commit c80d3bc480
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ Example:
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.