When looking for help on a non existing command the shell doesn't through an error:
db.commandHelp("something");
I would expect an error:
something is not a valid command.
It could be cool if the shell will recursively drop letters and try to find something close and print: "did you mean blablabla?"
but that just a crazy feature.