diff options
Diffstat (limited to 'miragextract.1')
-rw-r--r-- | miragextract.1 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/miragextract.1 b/miragextract.1 index 6c73e99..d154778 100644 --- a/miragextract.1 +++ b/miragextract.1 @@ -73,13 +73,16 @@ Default behaviour is to extract all tracks. .TP .B \-b Sets the base filename for the output files. Default is \(aqtrack\(aq. -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. .TP .B \-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. .TP .B \-f Sets the format and filename extension for the output files. |