Преглед изворни кода

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

Mingliang Liu пре 8 година
родитељ
комит
c80d3bc480
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md

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

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