From b80324b4d56730e1dc89474f99ce63b41f541612 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sat, 31 Dec 2011 00:35:44 +0100 Subject: [PATCH] tpdfview(1), help output: Added '-P' switch. --- doc/tpdfview.txt | 4 ++++ src/tpdfview.c | 2 ++ 2 files changed, 6 insertions(+) diff --git a/doc/tpdfview.txt b/doc/tpdfview.txt index 7149638..8203542 100644 --- a/doc/tpdfview.txt +++ b/doc/tpdfview.txt @@ -19,6 +19,10 @@ presentations and accompanying material in mind. OPTIONS ------- +*-P*:: + Enable presentation mode. In presentation mode, a second window will be + created to display the current and the next slide side by side. + *-h*:: Display a usage and help summary and exit. diff --git a/src/tpdfview.c b/src/tpdfview.c index 4d0cec8..fe56ad9 100644 --- a/src/tpdfview.c +++ b/src/tpdfview.c @@ -71,6 +71,8 @@ exit_usage(char *name, int status) "\nA tiny PDF viewer.\n" "\nOptions:\n" +" -P enable presentation mode\n" +"\n" " -h display this help and exit\n" " -V display the version number and copyright\n" -- 2.30.2