giffer

Create .gif images from sites like youtube.com
Log | Files | Refs | LICENSE

commit 44f223ad711eb83972e3c0be46031e1bae0d81f0
parent 21d32e6c13457014bbd2bb25fccfe33582c8328c
Author: Jack Mordaunt <jackmordaunt@gmail.com>
Date:   Mon, 12 Nov 2018 18:54:20 +1300

[!] Typo.

Diffstat:
Mcmd/cli/main.go | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/cli/main.go b/cmd/cli/main.go @@ -32,7 +32,7 @@ func main() { flag.IntVar(&width, "width", 0, "width in pixels of the output frames") flag.IntVar(&height, "height", 0, "height in pixels of the output frames") flag.Float64Var(&fps, "fps", 24, "frames per second") - flag.Boolvar(&debug, "debug", false, "debug mode") + flag.BoolVar(&debug, "debug", false, "debug mode") flag.Parse() if terminal.IsTerminal(int(os.Stdin.Fd())) { tmp, err := os.Create("tmp")