summaryrefslogtreecommitdiff
path: root/src/mongo/shell/shell_options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/shell_options.h')
-rw-r--r--src/mongo/shell/shell_options.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/shell_options.h b/src/mongo/shell/shell_options.h
index 4652d965bbd..6278ea34da7 100644
--- a/src/mongo/shell/shell_options.h
+++ b/src/mongo/shell/shell_options.h
@@ -76,7 +76,7 @@ namespace mongo {
Status addMongoShellOptions(moe::OptionSection* options);
- std::string getMongoShellHelp(const StringData& name, const moe::OptionSection& options);
+ std::string getMongoShellHelp(StringData name, const moe::OptionSection& options);
/**
* Handle options that should come before validation, such as "help".