mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-05 17:40:40 +02:00
fix for cmd free help
This commit is contained in:
parent
816e5200b2
commit
d822600c68
@ -205,7 +205,7 @@ std::string CmdProxy::Acquire(int action) {
|
|||||||
|
|
||||||
std::string CmdProxy::free(int action) {
|
std::string CmdProxy::free(int action) {
|
||||||
// This function is purely for help, actual functionality is in the caller
|
// This function is purely for help, actual functionality is in the caller
|
||||||
return "\n\tFree detector shared memory\n";
|
return "free\n\tFree detector shared memory\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string CmdProxy::FirmwareVersion(int action) {
|
std::string CmdProxy::FirmwareVersion(int action) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user