diff options
author | mail_redacted_for_web | 2014-08-10 03:59:05 +0200 |
---|---|---|
committer | mail_redacted_for_web | 2014-08-10 03:59:05 +0200 |
commit | 6bd85869b18ffd62e1b9cbbae4bbc77bc4571577 (patch) | |
tree | c44d54eccf0d87cd6fabcc9206d8bae1fe2382de /man1 | |
parent | 09d4267a2bcb64341058829eb129683cb2ad57ab (diff) | |
download | mp3dir2html-6bd85869b18ffd62e1b9cbbae4bbc77bc4571577.tar.bz2 |
...and added the uncompressed file. :|
Diffstat (limited to 'man1')
-rw-r--r-- | man1/mp3dir2html.1 | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/man1/mp3dir2html.1 b/man1/mp3dir2html.1 new file mode 100644 index 0000000..9dbc580 --- /dev/null +++ b/man1/mp3dir2html.1 @@ -0,0 +1,35 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.35. +.TH MP3DIR2HTML "1" "August 2014" "lirion-scripts 0.3-dev" "User Commands" +.SH NAME +mp3dir2html \- Create HTML code containing music file information from a directory +.SH SYNOPSIS +.B mp3dir2html +[GNU or POSIX style options] +.SH DESCRIPTION +.\" Add any additional description here +.PP +.B mp3dir2html +creates HTML code from a directory. If DIRECTORY isn't supplied, it defaults to "*". Additional directories may be supplied. +.PP +In this version, the program automatically walks through the supplied directory recursively and takes no further parameters but the directory to be scanned. +.SH OPTIONS +.PP +.TP +.BI \-h +Print a short help text and exit. +.BR +.TP +.BI \-d " DIRECTORY" +Supplies the directory to be scanned +.SH AUTHOR +Written by Harald Pfeiffer. +.SH "REPORTING BUGS" +Report mp3dir2html bugs to coding@lirion.net +.SH COPYRIGHT +Copyright \(co 2011 Free Software Foundation, Inc. +License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. +.br +This is free software: you are free to change and redistribute it. +There is NO WARRANTY, to the extent permitted by law. +.SH "SEE ALSO" +.IR exiftool (1p) |