Fixing shell command for sorting column defs.

Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/8cb5580d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/8cb5580d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/8cb5580d

Branch: refs/heads/apache-blur-0.2
Commit: 8cb5580d405daeee1f0301f4ebe8360e14fd900b
Parents: a8e814a
Author: Aaron McCurry <[email protected]>
Authored: Sat Feb 1 08:50:46 2014 -0500
Committer: Aaron McCurry <[email protected]>
Committed: Sat Feb 1 08:50:46 2014 -0500

----------------------------------------------------------------------
 .../java/org/apache/blur/shell/AddColumnDefinitionCommand.java     | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8cb5580d/blur-shell/src/main/java/org/apache/blur/shell/AddColumnDefinitionCommand.java
----------------------------------------------------------------------
diff --git 
a/blur-shell/src/main/java/org/apache/blur/shell/AddColumnDefinitionCommand.java
 
b/blur-shell/src/main/java/org/apache/blur/shell/AddColumnDefinitionCommand.java
index d7b056d..d67e377 100644
--- 
a/blur-shell/src/main/java/org/apache/blur/shell/AddColumnDefinitionCommand.java
+++ 
b/blur-shell/src/main/java/org/apache/blur/shell/AddColumnDefinitionCommand.java
@@ -94,6 +94,8 @@ public class AddColumnDefinitionCommand extends Command 
implements TableFirstArg
         "Should the column definition be definied as a field less indexing 
column definition.").create("F"));
     options.addOption(OptionBuilder.withArgName("name value").hasArgs(2)
         .withDescription("Sets the properties for this column 
definition.").create("p"));
+    options.addOption(OptionBuilder.withDescription(
+        "Should the column definition be definied as a sortable column 
definition.").create("S"));
 
     CommandLineParser parser = new PosixParser();
     CommandLine cmd = null;

Reply via email to