implementation of 'scan' functionality continued.

This commit is contained in:
Roland Jax
2014-11-17 20:27:01 +01:00
parent bfab16ce5d
commit 3f7f60cc68
5 changed files with 65 additions and 215 deletions
+1 -1
View File
@@ -198,7 +198,7 @@ void Appl::printHelp()
for (o_it = m_opts.begin(); o_it < m_opts.end(); o_it++) {
if (strcmp(o_it->name, "__text_only__") == 0)
continue;
std::cerr << o_it->description << std::endl;
else {
const char* c = (strlen(o_it->shortname) == 1) ? o_it->shortname : " ";
std::cerr << ((strcmp(c, " ") == 0) ? " " : "-") << c