This commit is contained in:
2020-08-21 13:20:32 +02:00
parent 4f45110cda
commit cf6a48d7a9
4 changed files with 18 additions and 6 deletions

View File

@ -203,7 +203,7 @@ std::string CmdProxy::Acquire(int action) {
return os.str();
}
std::string CmdProxy::free(int action) {
std::string CmdProxy::Free(int action) {
// This function is purely for help, actual functionality is in the caller
return "free\n\tFree detector shared memory\n";
}