version 0.31
[FAPG] / fapg.1
diff --git a/fapg.1 b/fapg.1
index e909bdb..a9af76f 100644 (file)
--- 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).