HADOOP-16373. Fix typo in FileSystemShell#test documentation (#968)

This commit is contained in:
dineshchitlangia 2019-06-14 17:36:04 -04:00 committed by Bharat Viswanadham
parent b24efa11ea
commit c7554ffd5c
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ Usage: `hadoop fs -test -[defsz] URI`
Options:
* -d: f the path is a directory, return 0.
* -d: if the path is a directory, return 0.
* -e: if the path exists, return 0.
* -f: if the path is a file, return 0.
* -s: if the path is not empty, return 0.