Mercurial > code > home > repos > light9
changeset 224:8c9138ff91d5
added usage string
author | drewp@bigasterisk.com |
---|---|
date | Wed, 20 Apr 2005 05:32:32 +0000 |
parents | f6262de03bf2 |
children | bc21ae222e10 |
files | bin/wavecurve |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/bin/wavecurve Wed Apr 20 05:30:36 2005 +0000 +++ b/bin/wavecurve Wed Apr 20 05:32:32 2005 +0000 @@ -3,7 +3,7 @@ import run_local from light9.wavepoints import simp -parser = optparse.OptionParser() +parser = optparse.OptionParser(usage="%prog inputSong.wav outputCurve") parser.add_option("-t",type="float",default=.01, help="seconds per sample (default .01, .07 is smooth)") options,args = parser.parse_args()