diff --git a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp
index 4bfdcc268..e7faec293 100644
--- a/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp
+++ b/slsDetectorSoftware/slsDetector/slsDetectorCommand.cpp
@@ -1678,8 +1678,12 @@ slsDetectorCommand::slsDetectorCommand(slsDetectorUtils *det) {
/*! \page receiver
- r_checkonline Checks the receiver if it is online/offline mode. Prints either 'All receiver online', '[List of all receiver hostname in offline mode] :Not all receiver online'. Only get!
+ */
+ descrToFuncMap[i].m_pFuncName="r_checkonline";
+ descrToFuncMap[i].m_pFuncPtr=&slsDetectorCommand::cmdOnline;
i++;
+
/*! \page receiver
- framescaught gets the number of frames caught by receiver. Average of all for multi-detector command. Only get!
*/