From 5c7059196850118f4e9435797cedd155661748af Mon Sep 17 00:00:00 2001 From: Daniel Carl Date: Thu, 20 Apr 2017 13:44:41 +0200 Subject: [PATCH] Add docu for reading from stdin. --- doc/vimb.1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/vimb.1 b/doc/vimb.1 index 92f6479..58ee702 100644 --- a/doc/vimb.1 +++ b/doc/vimb.1 @@ -15,13 +15,16 @@ great editor. .SH SYNOPSIS .B vimb .OP OPTIONS -.RI [ URI "|" file ] +.RI [ URI "|" file "|" - ] .SH DESCRIPTION Vimb is a WebKit based web browser that behaves like the Vimperator plugin for Firefox and has 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. .PP Mandatory arguments to long options are mandatory for short options too. .TP -- 2.20.1