-
Type: New Feature
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
Check for capitalization, spelling, grammar, wording and tense.
A lot of the help text is overly wordy/noisy/corny and in some cases gives less useful information than the legacy options.
Some bad help text:
-h, --host= Specify a resolvable hostname to which to connect --port= Specify the tcp port on which the mongod is listening -u, --username= Specify a user name for authentication -p, --password= Specify a password for authentication
better:
-h, --host= mongo host to connect to (setname/host1,host2 for replica sets) --port= server port. Can also use --host hostname:port -u, --username= user name for authentication -p, --password= password for authentication