2595
2595
put_info(_("Note that all text commands must be first on line and end with ';'"),INFO_INFO,0,0);
2596
2596
for (i = 0; commands[i].name; i++)
2599
2600
for (j= (int)strlen(commands[i].name); j < 10; j++)
2602
2603
tee_fprintf(stdout, "%s(\\%c) %s\n", buff,
2603
2604
commands[i].cmd_char, _(commands[i].doc));