README: update help text
[model-checker.git] / README
diff --git a/README b/README
index 7ea3a3225d34d59d3831e4ae67315c5351f8c577..42bd90d3e6f09a644fdd78bbac8b4d2bae795cf7 100644 (file)
--- a/README
+++ b/README
@@ -37,7 +37,7 @@ Written by Brian Norris and Brian Demsky
 
 Usage: ./test/userprog.o [MODEL-CHECKER OPTIONS] -- [PROGRAM ARGS]
 
-MODLE-CHECKER OPTIONS can be any of the model-checker options listed below. Arguments
+MODEL-CHECKER OPTIONS can be any of the model-checker options listed below. Arguments
 provided after the `--' (the PROGRAM ARGS) are passed to the user program.
 
 Model-checker options:
@@ -70,7 +70,9 @@ Model-checker options:
 -u, --uninitialized=VALUE   Return VALUE any load which may read from an
                               uninitialized atomic.
                               Default: 0
--c, --analysis              Use SC Trace Analysis.
+-t, --analysis=NAME         Use Analysis Plugin.
+-o, --options=NAME          Option for previous analysis plugin.
+                            -o help for a list of options
  --                         Program arguments follow.