Update readme, use keywords to report revision number.

git-svn-id: https://vgmstream.svn.sourceforge.net/svnroot/vgmstream@36 51a99a44-fe44-0410-b1ba-c3e57ba2b86b
This commit is contained in:
halleyscometsw 2008-03-03 22:07:39 +00:00
parent 8ef08e93cb
commit da800d2f2c
2 changed files with 4 additions and 2 deletions

View File

@ -17,13 +17,14 @@ Options:
Typical usage would be:
test -o happy.wav happy.adx
Formats supported by this version of vgmstream (r30):
Formats supported by this version of vgmstream ($Revision$):
- .adx (CRI ADX ADPCM)
- .brstm (RSTM: GC/Wii ADPCM, 8/16 bit PCM)
- .strm (STRM: NDS IMA ADPCM, 8/16 bit PCM)
- .adp (GC DTK ADPCM)
- .agsc (GC ADPCM)
- .rsf (CCITT G.721 ADPCM)
- .afc (GC AFC ADPCM)
Enjoy!
-hcs

View File

@ -9,7 +9,8 @@ extern char * optarg;
extern int optind, opterr, optopt;
void usage(const char * name) {
fprintf(stderr,"Usage: %s [-o outfile.wav] [-l loop count]\n"
fprintf(stderr,"vgmstream test decoder $Revision$\n"
"Usage: %s [-o outfile.wav] [-l loop count]\n"
"\t[-f fade time] [-i] [-p] [-c] [-m] infile\n"
"Options:\n"
"\t-o outfile.wav: name of output .wav file, default is dump.wav\n"