diff options
author | Harishabd Khalsa <hk@Harishabds-MacBook-Pro.local> | 2012-10-15 14:10:08 -0400 |
---|---|---|
committer | Hari Khalsa <hkhalsa@10gen.com> | 2012-10-23 11:41:33 -0400 |
commit | 2bb94caf04dc5bf7a37368118feaaf17976eb982 (patch) | |
tree | 411ff39f341b7d97ff4e486a88298e24034964c2 /docs | |
parent | 4bfc3bc15e23eeca6292cbc018075dcb10e1cd86 (diff) | |
download | mongo-2bb94caf04dc5bf7a37368118feaaf17976eb982.tar.gz |
This is my first Geo cleanup change.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/building.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/building.md b/docs/building.md index 7b4fc2e7657..949832e524f 100644 --- a/docs/building.md +++ b/docs/building.md @@ -9,7 +9,7 @@ For detail information about building, please see [the wiki](http://dochub.mongo If you want to build everything (mongod, mongo, tools, etc): - $ scons . + $ scons all If you only want to build the database: |