[ 
https://issues.apache.org/jira/browse/HADOOP-7329?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13039203#comment-13039203
 ] 

Hudson commented on HADOOP-7329:
--------------------------------

Integrated in Hadoop-Common-trunk-Commit #618 (See 
[https://builds.apache.org/hudson/job/Hadoop-Common-trunk-Commit/618/])
    HADOOP-7329. Improve help message for "df" to include "-h" flag. 
Contributed by Xie Xianshan.

todd : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1127576
Files : 
* /hadoop/common/trunk/CHANGES.txt
* /hadoop/common/trunk/src/java/org/apache/hadoop/fs/shell/FsUsage.java


> incomplete help message  is displayed for df -h option
> ------------------------------------------------------
>
>                 Key: HADOOP-7329
>                 URL: https://issues.apache.org/jira/browse/HADOOP-7329
>             Project: Hadoop Common
>          Issue Type: Improvement
>          Components: fs
>    Affects Versions: 0.23.0
>            Reporter: XieXianshan
>            Assignee: XieXianshan
>            Priority: Minor
>             Fix For: 0.23.0
>
>         Attachments: HADOOP-7329
>
>
> The help message for the command "hdfs dfs -help df" is displayed like this:
> "-df [<path> ...]:    Shows the capacity, free and used space of the 
> filesystem.
>         If the filesystem has multiple partitions, and no path to a
>         particular partition is specified, then the status of the root
>         partitions will be shown."
> and the information about df -h option is missed,despite the fact that df -h 
> option is implemented.
> Therefore,the expected message should be displayed like this:
> "-df [-h] [<path> ...]:    Shows the capacity, free and used space of the 
> filesystem.
>         If the filesystem has multiple partitions, and no path to a
>         particular partition is specified, then the status of the root
>         partitions will be shown.
>           -h   Formats the sizes of files in a human-readable fashion
>                rather than a number of bytes."

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to