Updated Branches:
  refs/heads/master ca578e311 -> fc0fc65b9

Fixed alignment in CLI help menu


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

Branch: refs/heads/master
Commit: fc0fc65b9a2d8b6ddf227e3c6e1952569c08cea7
Parents: ca578e3
Author: Manula Thantriwatte <[email protected]>
Authored: Wed Feb 12 12:36:22 2014 +0530
Committer: Manula Thantriwatte <[email protected]>
Committed: Wed Feb 12 12:36:22 2014 +0530

----------------------------------------------------------------------
 .../src/main/java/org/apache/stratos/cli/StratosApplication.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/fc0fc65b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
----------------------------------------------------------------------
diff --git 
a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
 
b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
index 3dbb0c7..540d06d 100644
--- 
a/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
+++ 
b/components/org.apache.stratos.cli/src/main/java/org/apache/stratos/cli/StratosApplication.java
@@ -503,7 +503,7 @@ public class StratosApplication extends 
CommandLineApplication<StratosCommandCon
                for (String action : commands.keySet()) {
                        Command<StratosCommandContext> command = 
commands.get(action);
                        if (command != null) {
-                               System.out.format("%-25s %s%n", 
command.getName(), command.getDescription());
+                               System.out.format("%-35s %s%n", 
command.getName(), command.getDescription());
                        }
                }
 

Reply via email to