Changes between Version 5 and Version 6 of DSC/zdc_framework-ext


Ignore:
Timestamp:
Feb 1, 2014, 8:16:26 PM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DSC/zdc_framework-ext

    v5 v6  
    9292
    9393{{{
     94Usage: /usr/local/bin/dsc-coop [OPTIONS] MATCHNUMBER
     95
     96where
     97    MATCHNUMBER - ordinal number of the match to be played form the match configuration file
     98
     99Example: dsc-coop 3
     100
     101OPTIONS
     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
    94110}}}