implements #961
This commit is contained in:
parent
0ae5ace520
commit
a337109618
@ -139,7 +139,7 @@ inline bool GenerateServerProgramOptions(
|
|||||||
)
|
)
|
||||||
(
|
(
|
||||||
"sharedmemory,s",
|
"sharedmemory,s",
|
||||||
boost::program_options::value<bool>(&use_shared_memory)->default_value(false),
|
boost::program_options::value<bool>(&use_shared_memory)->implicit_value(true),
|
||||||
"Load data from shared memory"
|
"Load data from shared memory"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user