Skip to content

Commit

Permalink
dir2ogg.1: Simplify the synopsis
Browse files Browse the repository at this point in the history
Instead of listing both file names and directory names,
just list paths.
  • Loading branch information
julian-klode committed Jan 19, 2016
1 parent b70656f commit ac4b31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dir2ogg.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.SH NAME
dir2ogg \- Convert MP3, WAV, and M4A files to OGG format
.SH SYNOPSIS
\fBdir2ogg\fP [ options ] ( \fIfilename\fP [\fIfilename2\fP] ... || \fIdirectory\fP [\fIdirectory2\fP] ... )
\fBdir2ogg\fP [ options ] \fIpath\fP [\fIpath\fP] ...
.SH DESCRIPTION
\fIdir2ogg\fP converts MP3, M4A, WMA and WAV files to the open\-source OGG format. \fIdir2ogg\fP is a python script that simply binds together mpg123, faad, and oggenc making it easier for the user to convert his/her music files. OGGs are about 15 to 20 percent smaller than MP3 files, with the same relative audio quality. \fIdir2ogg\fP can be called with the \fI\-d\fP flag at the command line to convert any number of directories at once, or given MP3, M4A, WMA,
and/or WAV filenames as arguments, \fIdir2ogg\fP will convert only those files. If converting WAV, M4A or WMA files with \fI\-d\fP you must add
Expand Down

0 comments on commit ac4b31d

Please sign in to comment.