From 790e24ea49d596e8b541a65c7f59bd7d48cd42b7 Mon Sep 17 00:00:00 2001 From: Denis Isidoro Date: Thu, 19 Mar 2020 22:15:02 -0300 Subject: [PATCH] Mention --multi again --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 946d8df..2aefe75 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,8 @@ The supported parameters are: - `--prevent-extra` *(experimental)*: limits the user to select one of the suggestions; - `--column `: extracts a single column from the selected result; -In addition, it's possible to forward the following parameters to `fzf`: +In addition, it's possible to forward the following parameters to `fzf`: +- `--multi`; - `--header-lines `; - `--delimiter `; - `--query `;