# HG changeset patch # User Florian Pose # Date 1216740222 0 # Node ID 4bc1d9f9d73c0a7ddc7b158f06ca7f78d62a9d92 # Parent b69b2c85016073c7c401c65887f0ca13faf02fbe Replace abbreviation by full command. diff -r b69b2c850160 -r 4bc1d9f9d73c tool/main.cpp --- a/tool/main.cpp Tue Jul 22 14:26:21 2008 +0000 +++ b/tool/main.cpp Tue Jul 22 15:23:42 2008 +0000 @@ -337,6 +337,7 @@ if (commands.size()) { if (commands.size() == 1) { cmd = commands.front(); + commandName = cmd->name; if (!helpRequested) { masterDev.setIndex(masterIndex); retval = cmd->execute();