Fixed spacing and unbalanced brackets or parenthesis.
diff --git a/Doc/lib/liboptparse.tex b/Doc/lib/liboptparse.tex
index 026239e..12af778 100644
--- a/Doc/lib/liboptparse.tex
+++ b/Doc/lib/liboptparse.tex
@@ -962,6 +962,7 @@
   make_option("--file", dest="filename",
               help="Input file to read data from"),
   make_option("--secret", help=SUPPRESS_HELP)
+])
 \end{verbatim}
 
 If \module{optparse} sees either \programopt{-h} or