summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_help.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 18:18:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-22 18:18:41 +0000
commit592b91fb498fc3b07b683bffa62beccfc525c516 (patch)
treedc87026922eacace8860be05fff5ee3d7a3e90fc /cpukit/libmisc/shell/main_help.c
parent2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-592b91fb498fc3b07b683bffa62beccfc525c516.tar.bz2
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_help.c: Provide a few more characters for command names.
Diffstat (limited to 'cpukit/libmisc/shell/main_help.c')
-rw-r--r--cpukit/libmisc/shell/main_help.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/libmisc/shell/main_help.c b/cpukit/libmisc/shell/main_help.c
index 5aa9dc759e..512eb60bbc 100644
--- a/cpukit/libmisc/shell/main_help.c
+++ b/cpukit/libmisc/shell/main_help.c
@@ -34,8 +34,8 @@ int rtems_shell_help_cmd(
const char * pc;
int col,line;
- printf("%-10.10s - ",shell_cmd->name);
- col = 12;
+ printf("%-12.12s - ",shell_cmd->name);
+ col = 14;
line = 1;
if (shell_cmd->alias) {
printf("is an <alias> for command '%s'",shell_cmd->alias->name);