summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-03-08 15:08:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-03-08 15:08:27 +0900
commit23dba99eda58ddae147a2e907513fd0471c2014d (patch)
treee3c33f56f88a3c5d134285db35ef9fd52b6ea459 /README.md
parent5f62d224b0cef3e39667d218cd74be34b2c8219c (diff)
[fzf-tmux] Allow -w / -h without size argument
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 230804ff..2ef3b9e6 100644
--- a/README.md
+++ b/README.md
@@ -152,7 +152,7 @@ installer-generated source code: `~/.fzf.bash`, `~/.fzf.zsh`, and
[fzf-tmux](bin/fzf-tmux) is a bash script that opens fzf in a tmux pane.
```sh
-# usage: fzf-tmux [-h HEIGHT[%]] [-w WIDTH[%]] [--] [FZF OPTIONS]
+# usage: fzf-tmux [-h [HEIGHT[%]]] [-w [WIDTH[%]]] [--] [FZF OPTIONS]
# select git branches in horizontal split (15 lines)
git branch | fzf-tmux -h 15