From 5f49a298f16be1e4a5ca9381b8f9ed372f92c10a Mon Sep 17 00:00:00 2001 From: Vincent Yang Date: Sat, 7 Oct 2017 00:34:24 -0700 Subject: [PATCH] Updated description changes --- pages/common/mongod.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/common/mongod.md b/pages/common/mongod.md index 94e68f16c1..a6e46a61ad 100644 --- a/pages/common/mongod.md +++ b/pages/common/mongod.md @@ -1,15 +1,15 @@ # mongod -> The daemon process for MongoDB. +> The MongoDB database server -- Specify runtime configurations: +- Specify a config file: -`mongod --config ` +`mongod --config {{filename}}` -- Specify port for MongoDB to listen to client connections: +- Specify the port to listen on: -`mongod --port ` +`mongod --port {{port}}` -- Change database profiling level. 0 is off, 1 is only slow operations, 2 is all: +- Specify database profiling level. 0 is off, 1 is only slow operations, 2 is all: -`mongod --profile ` +`mongod --profile {{0|1|2}}`