HDFS-17325. Fix the documentation of fs expunge command in FileSystemShell.md. (#6413) Contributed by liuguanghua.

Reviewed-by: Ayush Saxena <ayushsaxena@apache.org>
Signed-off-by: Shilun Fan <slfan1989@apache.org>
This commit is contained in:
LiuGuH 2024-01-05 18:42:55 +08:00 committed by GitHub
parent 2369f0cddb
commit 5f9932acc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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