summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorKristina <kristina@10gen.com>2011-01-13 17:24:09 -0500
committerKristina <kristina@10gen.com>2011-01-13 17:24:09 -0500
commitbfda2f21d56711ad5fd3c4d9a37d85fb8375c2ac (patch)
treee7ac5f160767aa2109af9c2fd5ac7136e4679290 /shell
parent7e78a93c75b95cfff767238937f033e051e94a9b (diff)
downloadmongo-bfda2f21d56711ad5fd3c4d9a37d85fb8375c2ac.tar.gz
added shell help for runProgram SERVER-2123
Diffstat (limited to 'shell')
-rw-r--r--shell/utils.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/utils.js b/shell/utils.js
index ce99aa0bb2c..1787aa7ae9a 100644
--- a/shell/utils.js
+++ b/shell/utils.js
@@ -1427,6 +1427,7 @@ help = shellHelper.help = function (x) {
print("\tremoveFile(f) delete a file or directory");
print("\tload(jsfilename) load and execute a .js file");
print("\trun(program[, args...]) spawn a program and wait for its completion");
+ print("\trunProgram(program[, args...]) same as run(), above");
print("\tsleep(m) sleep m milliseconds");
print("\tgetMemInfo() diagnostic");
return;