Changeset 126 for cpp/frams/_demos/loader_test.cpp
- Timestamp:
- 02/10/14 17:14:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/loader_test.cpp
r121 r126 18 18 fprintf(stderr,"Arguments: filename [optional: genotype name or index (1-based)]\n" 19 19 "If a genotype is indicated (by providing the optional genotype identifier), the program will output the raw genotype, suitable for Framsticks Theater's genotype viewer mode. If the second optional argument is not given, the genotype names from the file will be listed.\n" 20 "Example: loader_test walking.gen \"Basic Quadruped\" | theater -g - "20 "Example: loader_test walking.gen \"Basic Quadruped\" | theater -g -\n" 21 21 ); 22 22 return 1;
Note: See TracChangeset
for help on using the changeset viewer.