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}}`