CLI2: 'info' was tagged 'DEFAULT' and should have been 'ASSUMED'
This commit is contained in:
@@ -1965,7 +1965,7 @@ void CLI2::defaultCommand ()
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
A2 info ("information", Lexer::Type::word);
|
A2 info ("information", Lexer::Type::word);
|
||||||
info.tag ("DEFAULT");
|
info.tag ("ASSUMED");
|
||||||
_args.push_back (info);
|
_args.push_back (info);
|
||||||
changes = true;
|
changes = true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user