From b8e78400541907643a9d14e7b91fb567a03f1f81 Mon Sep 17 00:00:00 2001 From: "Daniel Campoverde [alx741]" Date: Fri, 6 May 2016 11:07:10 -0500 Subject: [PATCH] mdp: specify ncurses in the description --- pages/common/mdp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/mdp.md b/pages/common/mdp.md index 3c99d674e..198fdb3d1 100644 --- a/pages/common/mdp.md +++ b/pages/common/mdp.md @@ -1,8 +1,8 @@ # mdp -> A command-line based tool to make presentations from markdown formatted files. +> A command-line, ncurses based tool to make presentations from markdown files. -- Start a presentation from a markdown file: +- Launch a presentation from a markdown file: `mdp {{presentation.md}}` @@ -14,6 +14,6 @@ `mdp --invert {{presentation.md}}` -- Disable transparency in transparent terminal: +- Disable transparency in transparent terminals: `mdp --notrans {{presentation.md}}`