mirror of
https://github.com/gnustep/libs-ec.git
synced 2025-02-20 18:32:09 +00:00
Add a bit of help on 'list'
This commit is contained in:
parent
877df191fb
commit
284e68c196
1 changed files with 2 additions and 1 deletions
|
@ -991,7 +991,8 @@ static NSString* cmdWord(NSArray* a, unsigned int pos)
|
|||
}
|
||||
else if (comp(wd, @"List") >= 0)
|
||||
{
|
||||
m = @"List\nLists all the connected commands.\n"
|
||||
m = @"List\nLists all the connected Command processes "
|
||||
@"and any client processes on each.\n"
|
||||
@"List consoles\nLists all the connected consoles.\n";
|
||||
}
|
||||
else if (comp(wd, @"Memory") >= 0)
|
||||
|
|
Loading…
Reference in a new issue