diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 19:49:47 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2008-01-30 19:49:47 +0100 |
commit | 7a4c38430f0d74f24d08987be3164b14167656b8 (patch) | |
tree | 78d58fe14b18688cc5915f8149970ecbe8622fb4 | |
parent | 85f42a0d71f9ec12be5e93a8b8c0f79b3ea8e4c5 (diff) |
adjust usage
-rw-r--r-- | src/gipfel.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gipfel.cxx b/src/gipfel.cxx index 5a4eecf..7331b77 100644 --- a/src/gipfel.cxx +++ b/src/gipfel.cxx @@ -276,7 +276,7 @@ void usage() { " -s Stitch mode.\n" " -4 Create 16bit output (only with TIFF stitching).\n" " -r <from>,<to> Stitch range in degrees (e.g. 100.0,200.0).\n" - " -b Use bilinear interpolation for stitching.\n" + " -b Use bicubic interpolation for stitching.\n" " -w <width> Width of result image.\n" " -h <height> Height of result image.\n" " -j <file> JPEG output file for Stitch mode.\n" |