The commandline utilities provide inconsistent options for host/port.
'mongo' supports --host and --port
All other utilities use --host <hostname>:port instead
This is confusing and inconsistent.
All utilities should support --host and --port options.