- Fixed bug whereby descriptions could not be altered.

This commit is contained in:
Paul Beckingham 2008-07-11 15:19:59 -04:00
parent 60b7d15a1d
commit a443257aaa

View file

@ -415,7 +415,8 @@ void parse (
if (isCommand (arg) && validCommand (arg))
command = arg;
else
throw std::string ("'") + arg + "' is not a valid command.";
descCandidate += arg;
// throw std::string ("'") + arg + "' is not a valid command.";
}
// Anything else is just considered description.