1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/textproc/fzf/files/patch-src_options.go
Pawel Pekala 54c82eb925 FZF is a general-purpose command-line fuzzy finder.
WWW: https://github.com/junegunn/fzf/

PR:		211661
Submitted by:	Sascha Holzleiter <sascha@root-login.org>
2016-08-12 16:41:49 +00:00

12 lines
252 B
Go

--- src/options.go.orig 2016-08-08 11:09:38 UTC
+++ src/options.go
@@ -10,7 +10,7 @@ import (
"github.com/junegunn/fzf/src/curses"
- "github.com/junegunn/go-shellwords"
+ "github.com/mattn/go-shellwords"
)
const usage = `usage: fzf [options]