| 94 | Usage: /usr/local/bin/dsc-coop [OPTIONS] MATCHNUMBER |
| 95 | |
| 96 | where |
| 97 | MATCHNUMBER - ordinal number of the match to be played form the match configuration file |
| 98 | |
| 99 | Example: dsc-coop 3 |
| 100 | |
| 101 | OPTIONS |
| 102 | -s, --secondary Play the match in the secondary arena [default: false] |
| 103 | -l, --loadonly Only load images but do NOT execute the match [default: false] |
| 104 | -v, --verbose Turn on more verbose output [default: false] |
| 105 | -n, --notexecute Only explain what is being done rather than doing it |
| 106 | -t, --teams FILE Teams file [default: teams.yaml] |
| 107 | -m, --matches FILE Cooperative matches configuration file [default: coop_matches.yaml |
| 108 | -h, --help Show this usage message and quit. |
| 109 | |