X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=fapg.1;fp=fapg.1;h=a9af76fa0b9697d0b256bf5fc15527dcb75466b1;hp=e909bdbd180097af062edc926d023b3027232d2f;hb=ff081934d3f79e659ca14c93b147028b59880ee8;hpb=eb987a9f4940f5143602e2ef7138550d0263ae40 diff --git a/fapg.1 b/fapg.1 index e909bdb..a9af76f 100644 --- a/fapg.1 +++ b/fapg.1 @@ -7,19 +7,13 @@ fapg \- Fast Audio Playlist Generator .SH SYNOPSIS -.B fapg [-b|--backslash] [-d|--debug] [-f|--format=m3u|pls|html] [-g|--genre -.I #:#:... -.B ] [-o|--output= -.I /path/to/file.m3u -.B ] [-p|--prefix= -.I /the/prefix -.B ] [-r|--recursive] [-w|--windows] [-x|--exclude -.I #:#:... +.B fapg [ +.I options .B ] .I /path/to/mp3/dir1 .B [ .I /path/to/mp3/dir2 -.B ...] +.B ... ] .SH DESCRIPTION .B fapg @@ -41,7 +35,9 @@ Display useful messages if the program fails ;) .IP -f|--format=m3u|pls|html Choose which format of playlist you want to generate (default is m3u). .IP -g|--genre=#:#:... -Choose which genres (numerical values only) will be included in the generated playlist (default is all). +Choose which genres (numerical values only) will be included in the generated playlist (default is all). +.IP -n|--nohardlink +Avoid to parse twice the files because of hardlinks. .IP -o|--output=/path/to/file.m3u Choose the name of the playlist file to generate (default behavior is to display on standard output).