Files
openide/commandInterface/resources/messages/CommandInterfaceBundle.properties
Evgenii Ilichev 4073a8ce60 [IJPL-157311] inconsistent Bundle.properties files paths
fix structure

GitOrigin-RevId: 8ee35173c345822f7527239a7a9ca37656246c65
2024-06-29 15:01:00 +00:00

7 lines
518 B
INI

command.line.parser.error.message=Space between an argument and its value is unexpected
commandLine.inspection.name=Incorrect CLI syntax
commandLine.inspection.badCommand=Bad or unknown command. Ensure this command exists.
commandLine.inspection.badOption=Bad or unknown option. Ensure this option exists.
commandLine.inspection.badArgument=Argument cannot have this value. Use autocompletion to check the list of possible values.
commandLine.inspection.excessArgument=Excess argument or argument is not possible here