This is an automated email from the ASF dual-hosted git repository.
bharat 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 c7554ff HADOOP-16373. Fix typo in FileSystemShell#test documentation
(#968)
c7554ff is described below
commit c7554ffd5c5ea45aac434c44d543ac4d966eca43
Author: dineshchitlangia <[email protected]>
AuthorDate: Fri Jun 14 17:36:04 2019 -0400
HADOOP-16373. Fix typo in FileSystemShell#test documentation (#968)
---
.../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 44927f2..93385b4 100644
--- a/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
+++ b/hadoop-common-project/hadoop-common/src/site/markdown/FileSystemShell.md
@@ -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.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]