Remove -v flag from set_color synopsis.

The -v documentation was removed when set_color was made a builtin, but wasn't removed from the synopsis.
This commit is contained in:
Daniel James 2013-03-03 11:43:08 +00:00 committed by ridiculousfish
parent 1d75c232ff
commit 6ca11044a4

View file

@ -1,7 +1,7 @@
\section set_color set_color - set the terminal color
\subsection set_color-synopsis Synopsis
<tt>set_color [-v --version] [-h --help] [-b --background COLOR] [COLOR]</tt>
<tt>set_color [-h --help] [-b --background COLOR] [COLOR]</tt>
\subsection set_color-description Description