diff options
Diffstat (limited to 'src')
-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" |