From 665d733b24995ce72ca35c8c0d048adece41b511 Mon Sep 17 00:00:00 2001
From: Daniel Carl <danielcarl@gmx.de>
Date: Thu, 4 Sep 2014 19:38:13 +0200
Subject: [PATCH] Added hint to man page for read from stdin.

---
 doc/vimb.1 | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/doc/vimb.1 b/doc/vimb.1
index 927157b..e771289 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -11,7 +11,7 @@ great editor.
 .OP \-C cmd
 .OP \-c config
 .OP \-e winid
-.RI [ URI ]
+.RI [ URI "|" file "|" - ]
 .YS
 .SH DESCRIPTION
 vimb is a webkit based web browser that behaves like the vimperator
@@ -19,6 +19,9 @@ plugin for the firefox and usage paradigms from the great editor vim. The goal
 of vimb is to build a completely keyboard-driven, efficient and pleasurable
 browsing-experience.
 .SH OPTIONS
+If no \fIURI\fP or \fIfile\fP is given vimb will open the configured
+home-page. If \fIURI\fP is '-', vimb reads the html to display from stdin.
+
 Mandatory arguments to long options are mandatory for short options too.
 .TP
 .BI "\-C, \-\-cmd " "CMD"
-- 
2.20.1