A format string can consist of a number of string literals or keywords or string literals and keywords. When processed, the format string is represented in the command output by an expanded (unchanged) string. For example, the format string "Release=%release" consists of two parts: the string literal "Release=" and a keyword %release. For each reported object, the string literal appears in the output and the keyword is replaced with a string representation of the object's release property. A command that reports on three objects might show this output: