diff --git a/src/commands/CmdColumns.cpp b/src/commands/CmdColumns.cpp index be74cd323..7c7cbe56e 100644 --- a/src/commands/CmdColumns.cpp +++ b/src/commands/CmdColumns.cpp @@ -51,7 +51,7 @@ int CmdColumns::execute (std::string& output) { // Obtain the arguments from the description. That way, things like '--' // have already been handled. - std::vector words = context.cli.getWords (); + std::vector words = context.cli2.getWords (); if (words.size () > 1) throw std::string (STRING_CMD_COLUMNS_ARGS);