From: Brian Demsky Date: Wed, 6 Mar 2013 05:58:33 +0000 (-0800) Subject: documentation update X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=commitdiff_plain;h=11da849ab540fbcec939797a0c5ef17d651829e7 documentation update --- diff --git a/README b/README index 4da5694..f5ed857 100644 --- a/README +++ b/README @@ -47,6 +47,7 @@ Options: -e Enabled count. Default: 1 -b Upper length bound. Default: 0 -v Print verbose execution information. +-y CHESS like yield based fairness. Default: 0 -- Program arguments follow. diff --git a/main.cc b/main.cc index 693e93c..d69e9e0 100644 --- a/main.cc +++ b/main.cc @@ -47,7 +47,8 @@ static void print_usage(struct model_params *params) "-f Specify a fairness window in which actions that are\n" " enabled sufficiently many times should receive\n" " priority for execution. Default: %d\n" -"-y Turn on yield support. Default: %d\n" +"-y Turn on CHESS yield-based fairness support.\n" +" Default: %d\n" "-e Enabled count. Default: %d\n" "-b Upper length bound. Default: %d\n" "-v Print verbose execution information.\n"