mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
webpmux help correction
Clarify 'SET_OPTIONS' Change-Id: I623ea955beb2a800709412b914a257abd95266cc
This commit is contained in:
committed by
Gerrit Code Review
parent
b7c5544216
commit
ddfe871a51
@ -277,8 +277,10 @@ static void PrintHelp(void) {
|
||||
printf("\n");
|
||||
printf("SET_OPTIONS:\n");
|
||||
printf(" Set color profile/metadata.\n");
|
||||
printf(" icc Set ICC Color profile.\n");
|
||||
printf(" xmp Set XMP metadata.\n");
|
||||
printf(" icc file.icc Set ICC Color profile.\n");
|
||||
printf(" xmp file.xmp Set XMP metadata.\n");
|
||||
printf(" where: 'file.icc' contains the color profile to be set,\n");
|
||||
printf(" 'file.xmp' contains the metadata to be set\n");
|
||||
|
||||
printf("\n");
|
||||
printf("STRIP_OPTIONS:\n");
|
||||
|
Reference in New Issue
Block a user