Skip to content

Commit

Permalink
Red Hat company name displayed in red now
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jan 21, 2013
1 parent 0a1df4e commit ffd24ba
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ public void about(final PipeOut out)
out.print(ShellColor.ITALIC, "JBoss Forge");
out.print(", version [ ");
out.print(ShellColor.BOLD, environment.getRuntimeVersion());
out.println(" ] - JBoss, by Red Hat, Inc. [ http://jboss.org/forge ]");
out.print(" ] - JBoss, by ");
out.print(ShellColor.RED,"Red Hat, Inc.");
out.println(" [ http://forge.jboss.org ]");
}

@Command(value = "restart", help = "Reload all plugins and default configurations")
Expand Down

0 comments on commit ffd24ba

Please sign in to comment.