From c4d1795f8775409108a14d5c6337071696750b3a Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Tue, 22 Jul 2008 15:23:42 +0000 Subject: [PATCH] Replace abbreviation by full command. --- tool/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tool/main.cpp b/tool/main.cpp index b5f5d4b4..16a65eae 100644 --- a/tool/main.cpp +++ b/tool/main.cpp @@ -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();