Code

tpdfview(1), help output: Added '-P' switch.
authorSebastian Harl <sh@tokkee.org>
Fri, 30 Dec 2011 23:35:44 +0000 (00:35 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 30 Dec 2011 23:35:44 +0000 (00:35 +0100)
doc/tpdfview.txt
src/tpdfview.c

index 7149638cccab4e28d2684f544ec27096d23309fb..8203542dc1c038a4aa8df0c4bc46b3064df1b216 100644 (file)
@@ -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.
 
index 4d0cec8d09f56ded20459f926c7fd58821725195..fe56ad9174723955dc2e913d1044b0b29ccab82d 100644 (file)
@@ -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"