Replace abbreviation by full command.

This commit is contained in:
Florian Pose 2008-07-22 15:23:42 +00:00
parent ecbb7d04cf
commit c4d1795f87
1 changed files with 1 additions and 0 deletions

View File

@ -337,6 +337,7 @@ int main(int argc, char **argv)
if (commands.size()) {
if (commands.size() == 1) {
cmd = commands.front();
commandName = cmd->name;
if (!helpRequested) {
masterDev.setIndex(masterIndex);
retval = cmd->execute();