summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authordwight <dwight@10gen.com>2010-08-29 22:17:22 -0400
committerEliot Horowitz <eliot@10gen.com>2010-09-15 14:25:36 -0400
commita21c781af0dadfe29e69337ebef334f756dba0a1 (patch)
tree39ec1558b06ed7fb9e106e096ee1478a89480ce9 /util
parent9e1347233b8939f6fbfc0449208631933b2defcf (diff)
downloadmongo-a21c781af0dadfe29e69337ebef334f756dba0a1.tar.gz
better debugging for sync1.js
Diffstat (limited to 'util')
-rwxr-xr-xutil/mongoutils/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/util/mongoutils/README b/util/mongoutils/README
index d3d874bfb12..ab614b67a7c 100755
--- a/util/mongoutils/README
+++ b/util/mongoutils/README
@@ -1,7 +1,7 @@
-mongoutils namespace requirements:
+ mongoutils namespace requirements:
-(1) code is not database specific, rather, true utilities
-(2) are cross platform
-(3) may require boost headers, but not libs
-(4) are clean and easy to use in any c++ project without pulling in lots of other stuff
-(5) apache license
+ (1) code is not database specific, rather, true utilities
+ (2) are cross platform
+ (3) may require boost headers, but not libs
+ (4) are clean and easy to use in any c++ project without pulling in lots of other stuff
+ (5) apache license