ebusdump merged into ebusctl.

This commit is contained in:
Roland Jax
2014-06-26 18:39:49 +02:00
parent c0b4ff038f
commit 22912422c2
8 changed files with 111 additions and 166 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ void Appl::printArgs()
if (m_argTxt.size() != 0)
std::cerr << " " << m_argTxt;
std::cerr << std::endl << std::endl;
std::cerr << std::endl << std::endl << "Options:" << std::endl << std::endl;
for (a_it = m_args.begin(); a_it < m_args.end(); a_it++) {
const char* c = (strlen(a_it->shortname) == 1) ? a_it->shortname : " ";