Browse Source

Add [input] to usage

pull/2/merge
Luke Childs 8 years ago
parent
commit
e320f573ee
  1. 2
      README.md
  2. 2
      gifgen

2
README.md

@ -20,7 +20,7 @@ If you've ever tried encoding GIFs with `ffmpeg` there's a good chance your resu
$ gifgen -h
gifgen 1.1.0
Usage: gifgen [options]
Usage: gifgen [options] [input]
Options:
-o Output file [input.gif]

2
gifgen

@ -4,7 +4,7 @@
show_help() {
echo "gifgen 1.1.0"
echo
echo "Usage: gifgen [options]"
echo "Usage: gifgen [options] [input]"
echo
echo "Options:"
echo " -o Output file [input.gif]"

Loading…
Cancel
Save