Add new lines in the two added files
This commit is contained in:
parent
09ccba67cf
commit
d2756b97e3
|
@ -94,4 +94,4 @@ ACTOR Future<bool> expensiveDataCheckCommandActor(
|
|||
}
|
||||
// hidden commands, no help text for now
|
||||
CommandFactory expensiveDataCheckFactory("expensive_data_check");
|
||||
} // namespace fdb_cli
|
||||
} // namespace fdb_cli
|
||||
|
|
|
@ -97,4 +97,4 @@ CommandFactory suspendFactory(
|
|||
"If no parameters are specified, populates the list of processes which can be suspended. Processes cannot be "
|
||||
"suspended before this list has been populated.\n\nFor each IP:port pair in <ADDRESS...>, attempt to suspend "
|
||||
"the processes for the specified SECONDS after which the process will die."));
|
||||
} // namespace fdb_cli
|
||||
} // namespace fdb_cli
|
||||
|
|
Loading…
Reference in New Issue