directory 'test' to 'tools' renamed.
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ dist_noinst_SCRIPTS = autogen.sh
|
||||
|
||||
noinst_PROGRAMS = feed
|
||||
|
||||
feed_SOURCES = test/feed.cpp \
|
||||
feed_SOURCES = tools/feed.cpp \
|
||||
utils/appl.cpp
|
||||
|
||||
feed_LDADD = $(LIBEBUS_LIBS)
|
||||
|
||||
+1
-1
@@ -264,7 +264,7 @@ std::string BaseLoop::decodeMessage(const std::string& data)
|
||||
break;
|
||||
|
||||
case help:
|
||||
result << std::endl
|
||||
result << "commands:" << std::endl
|
||||
<< " get - fetch ebus data [get class cmd (sub)]" << std::endl
|
||||
<< " set - set ebus values [set class cmd value]" << std::endl
|
||||
<< " cyc - fetch cycle data [cyc class cmd (sub)]" << std::endl
|
||||
|
||||
Reference in New Issue
Block a user