Fix typo in usage information

This commit is contained in:
Dmitry Alimov 2017-10-12 19:16:33 +03:00 committed by GitHub
parent ad79e96006
commit 2dedf8dc3a

View File

@ -160,13 +160,13 @@ static int usage(int argc, char **argv)
" Supported formats:\n"
" all all supported formats\n"
" default the default set of formats (AIFF, ASF, AU, BINK, BMP,\n"
" GIF, ID3v2, IT, JEPG, MPEG 1, MPEG PS, MIDI, MP4, Ogg,\n"
" GIF, ID3v2, IT, JPEG, MPEG 1, MPEG PS, MIDI, MP4, Ogg,\n"
" PNG, RIFF, S3M, SMK, XM, XMIDI)\n"
" audio all audio files (AIFF, ASF, AU, ID3v2, IT, MIDI, MP4,\n"
" Ogg, RIFF, S3M, XM, XMIDI)\n"
" text all text files (ASCII, UTF-8, UTF-16LE, UTF-16BE,\n"
" UTF-32LE, UTF-32BE)\n"
" image all image files (BMP, PNG, JEPG, GIF)\n"
" image all image files (BMP, PNG, JPEG, GIF)\n"
" mpeg all safe mpeg files (MPEG 1, MPEG PS, ID3v2)\n"
" tracker all tracker files (MOD, S3M, IT, XM)\n"
" video all video files (ASF, BINK, MP4, RIFF, SMK)\n"