mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-10 18:50:22 +08:00
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:
@@ -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
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user