]> xenbits.xensource.com Git - people/gdunlap/xsatool/commitdiff
Minor README.md adjustments
authorGeorge Dunlap <george.dunlap@citrix.com>
Tue, 31 Jul 2018 13:59:09 +0000 (14:59 +0100)
committerGeorge Dunlap <george.dunlap@citrix.com>
Tue, 31 Jul 2018 13:59:09 +0000 (14:59 +0100)
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
README.md

index 1f133f3ba6a3ea01c67da89a29b8caa9640b7ff1..eb5b14b926c79d8550893743ea5097a468e225d6 100644 (file)
--- a/README.md
+++ b/README.md
@@ -320,7 +320,7 @@ tree; if the XSA covers more than one tree, you'll have to edit the
 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
@@ -342,11 +342,11 @@ or:
 
 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.