From 4a0662a95ec0a1d0e45a07dfd76f351de55fbe16 Mon Sep 17 00:00:00 2001 From: Rudinski Zvonimir Date: Mon, 24 Apr 2017 18:23:05 +0200 Subject: [PATCH] minor changes --- pages/common/pygmentize.md | 2 +- pages/common/tpp.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/pages/common/pygmentize.md b/pages/common/pygmentize.md index 893fc15b67..50a0584efc 100644 --- a/pages/common/pygmentize.md +++ b/pages/common/pygmentize.md @@ -14,7 +14,7 @@ `pygmentize -L lexers` -- Redirect output to a file in html format: +- Save output to a file in HTML format: `pygmentize -f html -o {{file.html}} {{file.py}}` diff --git a/pages/common/tpp.md b/pages/common/tpp.md index 492dad7c6c..45b12bf09a 100644 --- a/pages/common/tpp.md +++ b/pages/common/tpp.md @@ -2,10 +2,6 @@ > Command-Line based presentation tool. -- To use `tpp` you need to have a file which the `tpp` will interpret. You can find an example here: - -`http://www.ngolde.de/tpp.html` - - View a presentation: `tpp {{filename}}`