This is an automated email from the ASF dual-hosted git repository.

slfan1989 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 5f9932acc4fa HDFS-17325. Fix the documentation of fs expunge command 
in FileSystemShell.md. (#6413) Contributed by liuguanghua.
5f9932acc4fa is described below

commit 5f9932acc4fa2b36a3005e587637c53f2da1618d
Author: LiuGuH <444506...@qq.com>
AuthorDate: Fri Jan 5 18:42:55 2024 +0800

    HDFS-17325. Fix the documentation of fs expunge command in 
FileSystemShell.md. (#6413) Contributed by liuguanghua.
    
    Reviewed-by: Ayush Saxena <ayushsax...@apache.org>
    Signed-off-by: Shilun Fan <slfan1...@apache.org>
---
 .../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 bbc927714413..15ad619ea8d0 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
@@ -289,7 +289,7 @@ rather than the default filesystem and checkpoint is 
created.
 For example
 
 ```
-hadoop fs -expunge --immediate -fs s3a://landsat-pds/
+hadoop fs -expunge -immediate -fs s3a://landsat-pds/
 ```
 
 Refer to the


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to