Describe in more detail what effect 'canonicalize' will have (and
why).
Also mention the British spelling.
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
`xsatool NNN canonicalize`
-to reformat a file according to Golang's default format.
+to reformat a file according to Golang's default format. This will:
+ - Sort maps according to lexographical order (golang canon)
+ - Sort elements that correspond do structures according to structure order
+ (golang canon)
+ - Sort versions in SupportedVersions in decending order (xsatool canon).
+ - Remove unknown or obsolete elements. NB this includes the "XenVersion"
+ element in older recipes.
+
+For convenience, the British spelling ("canonicalise") is also accepted.
# Potential future functionality