2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>

* libmisc/shell/main_help.c: Provide a few more characters for command
	names.
This commit is contained in:
Joel Sherrill
2009-07-22 18:18:41 +00:00
parent b362ec5ba1
commit 592b91fb49
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -1,3 +1,8 @@
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_help.c: Provide a few more characters for command
names.
2009-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* libmisc/shell/main_mdump.c, libmisc/shell/main_mwdump.c: Fine tune
+2 -2
View File
@@ -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);