mirror of https://gitee.com/bigwinds/arangodb
removed hint about "normal mode" as there is only a normal mode nowadays
This commit is contained in:
parent
1ca11411fd
commit
43639aee79
|
@ -917,7 +917,7 @@ void ApplicationV8::setupOptions(
|
|||
"javascript.gc-frequency", &_gcFrequency,
|
||||
"JavaScript time-based garbage collection frequency (each x seconds)")(
|
||||
"javascript.app-path", &_appPath,
|
||||
"directory for Foxx applications (normal mode)")(
|
||||
"directory for Foxx applications")(
|
||||
"javascript.startup-directory", &_startupPath,
|
||||
"path to the directory containing JavaScript startup scripts")(
|
||||
"javascript.v8-options", &_v8Options, "options to pass to v8");
|
||||
|
|
Loading…
Reference in New Issue