From c80d3bc48045c71474db1e593a3c86dd8bad9e9d Mon Sep 17 00:00:00 2001 From: Mingliang Liu Date: Sun, 21 May 2017 01:23:35 -0700 Subject: [PATCH] HDFS-11862. Option -v missing for du command in FileSystemShell.md. Contributed by Yiqun Lin --- .../hadoop-common/src/site/markdown/FileSystemShell.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md index c5e0524dcd0..e13b55891a0 100644 --- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md +++ b/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.