diff --git a/src/commands/CmdShow.cpp b/src/commands/CmdShow.cpp index b013e575c..fb10373c5 100644 --- a/src/commands/CmdShow.cpp +++ b/src/commands/CmdShow.cpp @@ -56,7 +56,7 @@ int CmdShow::execute (std::string& output) // Obtain the arguments from the description. That way, things like '--' // have already been handled. - std::vector words = context.a3.extract_words (); + std::vector words = context.a3t.getWords (); if (words.size () > 1) throw std::string (STRING_CMD_SHOW_ARGS);