diff options
author | steve <steve@FreeBSD.org> | 2000-04-29 23:30:16 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-04-29 23:30:16 +0000 |
commit | 1129688e5378e55c7838d1417c392d9e74327c6d (patch) | |
tree | fe2edfdf5899ca535eba12059faab3bddce82922 /graphics | |
parent | 2656486616731caf9a11bacb8ea7da068cd9a818 (diff) | |
download | FreeBSD-ports-1129688e5378e55c7838d1417c392d9e74327c6d.zip FreeBSD-ports-1129688e5378e55c7838d1417c392d9e74327c6d.tar.gz |
Fix a typo.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/giftool/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/giftool/pkg-descr b/graphics/giftool/pkg-descr index 4139831..0377f1d 100644 --- a/graphics/giftool/pkg-descr +++ b/graphics/giftool/pkg-descr @@ -11,7 +11,7 @@ Usage: giftool [options] [file] -C Strip comment from file(s) -o file Send output to 'file' -rgb name Use 'name' as the transparent pixel - -rgb ##,##,## tUse rgb-value as the transparent pixel + -rgb ##,##,## Use rgb-value as the transparent pixel -### Used pixel index as transparent (1 == first colormap entry) For instance you could say 'giftool -B -i *.gif' to convert all your images |