diff options
author | B. Watson <yalhcru@gmail.com> | 2020-05-07 15:24:41 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2020-05-07 15:24:41 -0400 |
commit | 48bbde11e4aa482392f63d413f7f9edd1acdef58 (patch) | |
tree | 094333c46334ac956f44709b22bdd5824eb5cd40 | |
parent | a4b775a5e67e5e04f77b6549ba7c9a7b12a52dc0 (diff) | |
download | miragextract-48bbde11e4aa482392f63d413f7f9edd1acdef58.tar.gz |
fix -n, -b doc
-rw-r--r-- | miragextract.rst | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/miragextract.rst b/miragextract.rst index 3ae82db..b85a430 100644 --- a/miragextract.rst +++ b/miragextract.rst @@ -52,12 +52,15 @@ OPTIONS Default behaviour is to extract all tracks. -b Sets the base filename for the output files. Default is 'track'. - See also the -n option. Beware of using filenames with directory - separators in them: the output files will be written in the same - dir as the input file. Hopefully you have permission to write there. + Can be prefixed with a directory to write files in that dir, + but the dir must already exist (example: -b extracted/track). See + also the -n option. -n Set the base filename to the input filename, minus its extension. - E.g. for foo.cue, this is the same as saying "-b foo". + E.g. for foo.cue, this is the same as saying "-b foo". Beware of + using input filenames with directory separators in them: the output files + will be written in the same dir as the input file. Hopefully you + have permission to write there. -f Sets the format and filename extension for the output files. Choices are **wav**, **ogg**, **flac**, **cdda** (raw CD audio). Default is **wav**. |