ACCUMULO-1571
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/cfb01d46 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/cfb01d46 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/cfb01d46 Branch: refs/heads/ACCUMULO-1000 Commit: cfb01d4675a7e33082b5586f2418f3a96f998b3b Parents: 8ef0401 Author: Eric Newton <[email protected]> Authored: Wed Jul 17 11:27:58 2013 -0400 Committer: Eric Newton <[email protected]> Committed: Wed Jul 17 11:27:58 2013 -0400 ---------------------------------------------------------------------- .../main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/cfb01d46/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java ---------------------------------------------------------------------- diff --git a/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java b/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java index e591403..e23ca0b 100644 --- a/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java +++ b/core/src/main/java/org/apache/accumulo/core/file/rfile/PrintInfo.java @@ -39,7 +39,7 @@ public class PrintInfo { static class Opts extends Help { @Parameter(names = {"-d", "--dump"}, description = "dump the key/value pairs") boolean dump = false; - @Parameter(names = {"--historgram"}, description = "print a histogram of the key-value sizes") + @Parameter(names = {"--histogram"}, description = "print a histogram of the key-value sizes") boolean histogram = false; @Parameter(description = " <file> { <file> ... }") List<String> files = new ArrayList<String>();
