Mercurial > hg > mep
changeset 9:46c6d604e32c
Add extra command line options to help message.
Ignore-this: 45274c510028342470749e79d106cef
author | Marcus Pearce <m.pearce@gold.ac.uk> |
---|---|
date | Fri, 04 Nov 2011 16:53:17 +0000 |
parents | 235484b93707 |
children | 3dd7636ca811 |
files | Experiment.java |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Experiment.java Tue Jul 19 19:14:07 2011 +0100 +++ b/Experiment.java Fri Nov 04 16:53:17 2011 +0000 @@ -2,7 +2,7 @@ * File: Experiment.java * Author: Marcus Pearce <m.pearce@gold.ac.uk> * Created: <2007-02-14 11:28:27 marcusp> - * Time-stamp: <2011-07-19 15:25:51 marcusp> + * Time-stamp: <2011-11-04 16:52:49 marcusp> *============================================================================= */ @@ -179,8 +179,9 @@ System.out.println("Usage: " + "\t" + "java Experiment " + "<show clock?> <clock units> <number of units> " + "<midi device> " + - "<scale length> <low anchor> <high anchor>" + - "<midi file directory> <instructions file>"); + "<scale length> <low anchor> <high anchor> " + + "<midi file directory> <instructions file> " + + "<familiarity>" + "<pleasantness>" + "<questionnaire>"); System.exit(1); }