Add a bit of help on 'list'

This commit is contained in:
Richard Frith-Macdonald 2018-05-09 09:50:46 +01:00
parent 877df191fb
commit 284e68c196

View file

@ -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)