summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwight <dmerriman@gmail.com>2009-09-01 16:03:23 -0400
committerDwight <dmerriman@gmail.com>2009-09-01 16:03:23 -0400
commit10fc6958709b017ca1c7db5f2f6ef44a84c3b25d (patch)
treea3c79a098ae0ecc3595f96495f4ad1c71b6eba24
parent3dbc214789e241c42a8f1c2749462159e374d6cf (diff)
downloadmongo-10fc6958709b017ca1c7db5f2f6ef44a84c3b25d.tar.gz
small help text change
-rw-r--r--db/dbcommands.cpp7
-rw-r--r--s/dbgrid.vcproj8
2 files changed, 9 insertions, 6 deletions
diff --git a/db/dbcommands.cpp b/db/dbcommands.cpp
index 499834b1e2b..06f9103723f 100644
--- a/db/dbcommands.cpp
+++ b/db/dbcommands.cpp
@@ -908,8 +908,11 @@ namespace mongo {
CmdDatasize() : Command( "datasize" ) {}
virtual bool slaveOk() { return true; }
virtual void help( stringstream &help ) const {
- help << " example: { datasize:\"blog.posts\", keyPattern:{x:1}, min:{x:10}, max:{x:55} }\n"
- "NOTE: This command may take awhile to run";
+ help <<
+ "\ndetermine data size for a set of data in a certain range"
+ "\nexample: { datasize:\"blog.posts\", keyPattern:{x:1}, min:{x:10}, max:{x:55} }"
+ "\nkeyPattern, min, and max parameters are optional."
+ "\nnot: This command may take a while to run";
}
bool run(const char *dbname, BSONObj& jsobj, string& errmsg, BSONObjBuilder& result, bool fromRepl ){
const char *ns = jsobj.getStringField( "datasize" );
diff --git a/s/dbgrid.vcproj b/s/dbgrid.vcproj
index a225b215e9b..82f56ce9126 100644
--- a/s/dbgrid.vcproj
+++ b/s/dbgrid.vcproj
@@ -334,6 +334,10 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath=".\chunk.cpp"
+ >
+ </File>
+ <File
RelativePath=".\commands_admin.cpp"
>
</File>
@@ -362,10 +366,6 @@
>
</File>
<File
- RelativePath=".\shard.cpp"
- >
- </File>
- <File
RelativePath=".\shardkey.cpp"
>
</File>