tadd exclusive command line argument to help - sphere - GPU-based 3D discrete element method algorithm with optional fluid coupling
 (HTM) git clone git://src.adamsgaard.dk/sphere
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 7e9994c85ea1f10fc5040bb9d7d628bc5b4cc133
 (DIR) parent 78e191edd00dd43b6c0f2af728d5d5311373a0c5
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Mon, 28 Jul 2014 09:30:38 +0200
       
       add exclusive command line argument to help
       
       Diffstat:
         M src/main.cpp                        |       6 ++++--
       
       1 file changed, 4 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/src/main.cpp b/src/main.cpp
       t@@ -51,9 +51,11 @@ int main(const int argc, const char *argv[])
                        "-h, --help\t\tprint help\n"
                        "-V, --version\t\tprint version information and exit\n"
                        "-q, --quiet\t\tsuppress status messages to stdout\n"
       +                "-e, --exclusive\t\tset this flag for systems containing\n"
       +                "               \t\tonly exclusive-mode GPUs\n"
                        "-n, --dry\t\tshow key experiment parameters and quit\n"
       -                "-r, --render\t\trender input files instead of simulating "
       -                "temporal evolution\n"
       +                "-r, --render\t\trender input files to images instead of\n"
       +                "            \t\tsimulating the temporal evolution\n"
                        "-dc, --dont-check\tdon't check values before running\n" 
                        "\nRaytracer (-r) specific options:\n"
                        "-m <method> <maxval> [-l <lower cutoff val>], or\n"