summaryrefslogtreecommitdiff
path: root/AudioManagerDaemon/src/main.cpp
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-04-16 10:45:43 +0200
committerChristian Linke <christian.linke@bmw.de>2015-04-16 10:45:43 +0200
commit8fb59400763db5a8d2b8933e4e77ad746447b6b3 (patch)
tree4ee852e1b249b6ac5cd42047408903b775379409 /AudioManagerDaemon/src/main.cpp
parent64944e1fa72f346f1161da60c033de2e10513bea (diff)
downloadaudiomanager-8fb59400763db5a8d2b8933e4e77ad746447b6b3.tar.gz
* updated documentation, fixed bug in generation of documentation, adopted README
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'AudioManagerDaemon/src/main.cpp')
-rwxr-xr-xAudioManagerDaemon/src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/AudioManagerDaemon/src/main.cpp b/AudioManagerDaemon/src/main.cpp
index c2bb2f2..6891a5c 100755
--- a/AudioManagerDaemon/src/main.cpp
+++ b/AudioManagerDaemon/src/main.cpp
@@ -255,7 +255,7 @@ void mainProgram(int argc, char *argv[])
//initialize the commandline parser, and add all neccessary commands
try
{
- TCLAP::CmdLine* cmd(CAmCommandLineSingleton::instanciateOnce("AudioManager CommandLine Options",' ',DAEMONVERSION,true));
+ TCLAP::CmdLine* cmd(CAmCommandLineSingleton::instanciateOnce("The team of the AudioManager wishes you a nice day!",' ',DAEMONVERSION,true));
cmd->add(controllerPlugin_);
cmd->add(additionalCommandPluginDirs);
@@ -410,6 +410,7 @@ void mainProgram(int argc, char *argv[])
int main(int argc, char *argv[], char** envp)
{
(void) envp;
+ printf("bla %s",DEFAULT_PLUGIN_COMMAND_DIR);
listCommandPluginDirs.push_back(std::string(DEFAULT_PLUGIN_COMMAND_DIR));
listRoutingPluginDirs.push_back(std::string(DEFAULT_PLUGIN_ROUTING_DIR));