Skip to content

Commit

Permalink
FORGE-2679: Showing <TAB> instead of <tab>
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Sep 8, 2016
1 parent 7d71b7f commit 4db412b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void beforeStart(Furnace furnace) throws ContainerException
out.print(Versions.getImplementationVersionFor(getClass()));
out.print(" ] - JBoss, by Red Hat, Inc. [ http://forge.jboss.org ]");
out.println();
out.println("Hit '<tab>' for a list of available commands.");
out.println("Hit '<TAB>' for a list of available commands.");
out.println("and 'man [cmd]' for help on a specific command.");
out.println();
out.println("To quit the shell, type 'exit'.");
Expand Down

0 comments on commit 4db412b

Please sign in to comment.