浏览代码

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