diff --git a/README.md b/README.md
index 9906ba0..abda20b 100644
--- a/README.md
+++ b/README.md
@@ -48,41 +48,6 @@ or (TeXDoclet help only) :
java -jar target/TeXDoclet.jar -h
-TeXDoclet usage :
-
- -title
A title to use for the generated output document.
- -subtitle A subtitle for the output document. No -title will result in no title page.
- -output Specifies the output file to write to. If none specified, the default is docs.tex in the current directory.
- -docclass LaTeX2e document class, `report' is the default.
- -doctype LaTeX2e document style, `headings' is the default.
- -classfilter The name of a class implementing the ClassFilter interface.
- -date The value to use for the document date.
- -author Specifies string to use for document Author.
- -texinit LaTeX2e statements included before \begin{document}.
- -texsetup LaTeX2e statements included after \begin{document} \maketitle (if title was specified).
- -texintro LaTeX2e statements included after table of contents
- -texfinish LaTeX2e statements included before \end{document}.
- -texpackage LaTeX2e statements included before packages' \chapter.
- -setup A setup file included before \begin{document}.
- -twosided Print twosided.
- -serial Do print Serializable information.
- -nosummaries Do print summaries of fiels, constructors and methods.
- -nofieldsummary Do not print field summaries
- -noconstructorsummary Do not print constructor summaries
- -noinherited Do not include inherited API information in output.
- -shortinherited Prints a short inheritance, only the member name (not the whole signature)
- -noindex Do not create index.
- -tree Create a class tree.
- -treeindent Indent cm i the class tree. Default is 1cm.
- -hyperref Use the hyperref package.
- -pdfhyperref Use the hyperref package with pdf. Overrides -hypertex
- -version Includes version-tags
- -hr Prints horizontal rows in the output (to get a better? view)
- -include Creates output without latex initiation (writes it in initdocsinclude.tex), titlepage, contents
- -sectionlevel Specifies the highest level of sections (either "subsection", "section" or "chapter")
- -imagespath Path to the texdoclet_images dir (absolute or relative to the output document .tex file).
-
-
Previous versions
-----------------