Browse Source

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

Mingliang Liu 8 years ago
parent
commit
c80d3bc480

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

@@ -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.