changeset 28:76a105267445

Move information about -keepmetadata under main options.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 10 May 2017 16:04:03 +0300
parents 4aa0611ad85a
children 1a7b661841c3
files bpgenc.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/bpgenc.c	Wed May 10 16:03:04 2017 +0300
+++ b/bpgenc.c	Wed May 10 16:04:03 2017 +0300
@@ -3085,6 +3085,8 @@
            "\n"
            "Main options:\n"
            "-h                   show the full help (including the advanced options)\n"
+           "-keepmetadata        keep the metadata (from JPEG: EXIF, ICC profile, XMP,\n"
+           "                     from PNG: ICC profile, from TIFF: EXIF, ICC and XMP.)\n"
            "-o outfile           set output filename (default = %s)\n"
            "-q qp                set quantizer parameter (smaller gives better quality,\n"
            "                     range: 0-51, default = %d)\n"
@@ -3115,7 +3117,6 @@
            "-premul              store the color with premultiplied alpha\n"
            "-limitedrange        encode the color data with the limited range of video\n"
            "-hash                include MD5 hash in HEVC bitstream\n"
-           "-keepmetadata        keep the metadata (from JPEG: EXIF, ICC profile, XMP, from PNG: ICC profile)\n"
            "-v                   show debug messages\n"
            );
     }