Skip to content

Commit cb87cbc

Browse files
committed
Update README
1 parent f32a829 commit cb87cbc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

zsh-fzf-git-worktree.zsh

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ fzf-git-worktree() {
2323
usage() {
2424
cat <<HEREDOC
2525
Usage:
26-
work interactive switcher
27-
work i, init setup "work" in cwd
28-
work new <n> create new work tree and switch to it
29-
work rm, remove <n> remove work tree
30-
work ls, list list work trees
31-
work help print usage
26+
fzf-git-worktree interactive switcher
27+
fzf-git-worktree i, init setup "fzf-git-worktree" in cwd
28+
fzf-git-worktree new <n> create new work tree and switch to it
29+
fzf-git-worktree rm, remove <n> remove work tree
30+
fzf-git-worktree ls, list list work trees
31+
fzf-git-worktree help print usage
3232
HEREDOC
3333
}
3434

0 commit comments

Comments
 (0)