Repository: hadoop
Updated Branches:
  refs/heads/branch-2 f894d187e -> 0341c6551


HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm (Kenji Kikushima 
via aw)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0341c655
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0341c655
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0341c655

Branch: refs/heads/branch-2
Commit: 0341c655193880b8e55b422987ce1aa6924df04b
Parents: f894d18
Author: Allen Wittenauer <[email protected]>
Authored: Fri Sep 26 14:57:20 2014 -0700
Committer: Allen Wittenauer <[email protected]>
Committed: Fri Sep 26 14:57:20 2014 -0700

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt                  | 3 +++
 .../hadoop-common/src/site/apt/FileSystemShell.apt.vm            | 4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/0341c655/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index d08b187..1719e04 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -541,6 +541,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-11048. user/custom LogManager fails to load if the client
     classloader is enabled (Sangjin Lee via jlowe)
 
+    HADOOP-10552. Fix usage and example at FileSystemShell.apt.vm
+    (Kenji Kikushima via aw)
+
 Release 2.5.1 - 2014-09-05
 
   INCOMPATIBLE CHANGES

http://git-wip-us.apache.org/repos/asf/hadoop/blob/0341c655/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm 
b/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
index 9317c66..abc4643 100644
--- a/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
+++ b/hadoop-common-project/hadoop-common/src/site/apt/FileSystemShell.apt.vm
@@ -370,7 +370,7 @@ mkdir
 
 moveFromLocal
 
-   Usage: <<<dfs -moveFromLocal <localsrc> <dst> >>>
+   Usage: <<<hdfs dfs -moveFromLocal <localsrc> <dst> >>>
 
    Similar to put command, except that the source localsrc is deleted after
    it's copied.
@@ -617,7 +617,7 @@ touchz
 
    Example:
 
-     * <<<hadoop -touchz pathname>>>
+     * <<<hdfs dfs -touchz pathname>>>
 
    Exit Code:
    Returns 0 on success and -1 on error.

Reply via email to