Index: mtut.scm ================================================================== --- mtut.scm +++ mtut.scm @@ -95,20 +95,20 @@ ;; process args (define remargs (args:get-args (argv) (list "-run" ;; run a specific test "-target" - "-runname" + "-run-name" "-state" "-status" - "-testpatt" - "-modepatt" - "-tagexpr" - "-itempatt" + "-test-patt" ;; idea, enhance margs ("-test-patt" "-testpatt") => yields one value in "-test-patt" + "-mode-patt" + "-tag-expr" + "-item-patt" ;; misc "-start-dir" - "-setvars" + "-set-vars" "-debug" ;; for *verbosity* > 2 "-load" ;; load and exectute a scheme file "-log" ) (list "-h" "-help" "--help"