From b95b17e8e8fe281c9c34175d03b6dbc125115a31 Mon Sep 17 00:00:00 2001 From: Daniel Liu Date: Fri, 21 May 2021 03:34:11 -0700 Subject: [PATCH] add missing options to man page (#150) --- mdp.1 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/mdp.1 b/mdp.1 index 700eb32..f40e43e 100644 --- a/mdp.1 +++ b/mdp.1 @@ -33,6 +33,9 @@ or if the file name is the presentation is read from standard input. .SS "Output Control" .TP +.BR \-c ", " \-\^\-nocodebg +Don't change the background color of code blocks. +.TP .BR \-e ", " \-\^\-expand Enable character entity expansion (e.g. '>' becomes '>'). .TP @@ -42,8 +45,14 @@ Disable color fading in 256 color mode. .BR \-i ", " \-\^\-invert Swap black and white color. .TP +.BR \-s ", " \-\^\-noslidenum +Do not show slide number at the bottom. +.TP .BR \-t ", " \-\^\-notrans Disable transparency in transparent terminal. +.TP +.BR \-x ", " \-\^\-noslidemax +Show slide number, but not total number of slides. . .SS "Miscellaneous Options" .TP -- 2.20.1