From d47e0bb49eb700a582dfb40787c19da35445e90f Mon Sep 17 00:00:00 2001
From: =?utf8?q?S=C3=A9bastien=20Marie?= <semarie@users.noreply.github.com>
Date: Tue, 21 Oct 2014 08:33:15 +0200
Subject: [PATCH] multi-cmd: update documentation

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

diff --git a/doc/vimb.1 b/doc/vimb.1
index 94a00e3..7fbdbba 100644
--- a/doc/vimb.1
+++ b/doc/vimb.1
@@ -34,7 +34,9 @@ Mandatory arguments to long options are mandatory for short options too.
 .TP
 .BI "\-C, \-\-cmd " "CMD"
 Run \fICMD\fP as ex command line right before the first page is loaded.
-Several ex commands can be used separated by "|".
+If the flag is used more than one time, the ordering is preserved when
+\fICMD\fP are executed. You could also pass several ex commands in one
+\fICMD\fP, if there are separated by "|".
 
 Example: vimb --cmd "set cookie-accept=origin|set header=Referer,DNT=1"
 .TP
-- 
2.20.1