Skip to content
Snippets Groups Projects
Commit b5c75d30 authored by Michael Davis's avatar Michael Davis
Browse files

[cta-admin] Display command long form in help text

parent 3818ca5a
No related branches found
No related tags found
No related merge requests found
......@@ -296,6 +296,7 @@ void CtaAdminCmd::throwUsage(const std::string &error_txt) const
for(auto map_it = cmdLookup.begin(); map_it != cmdLookup.end(); ++map_it) {
if(admincmd == map_it->second) {
help << map_it->first << ' ';
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment