metadata file by hand.
**TODO** Allow omission of the patch name if it matches the normal
-format; i.e., `set patches 4.9,4.8` would automatically use
+format; i.e., `set patches 4.9..4.8` would automatically use
`xsa228-4.9.patch` for both 4.9 and 4.8.
## Excluding a particular Xen version from an XSA
or:
-`xsatool 228 init --andlater=4.5 xen`
+`xsatool 228 init xen ..4.5`
for things 4.5 and later and
-`xsatool 228 init --andearlier=4.5 xen`
+`xsatool 228 init xen 4.5..`
for supported versions 4.5 and earlier.