mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
54c82eb925
WWW: https://github.com/junegunn/fzf/ PR: 211661 Submitted by: Sascha Holzleiter <sascha@root-login.org>
12 lines
252 B
Go
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]
|