mirror of
https://gitlab.com/etherlab.org/ethercat.git
synced 2026-09-22 18:13:46 +08:00
Replace abbreviation by full command.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user