mirror of
https://github.com/webmproject/libwebp.git
synced 2025-07-12 22:14:29 +02:00
cwebp: add some missing newlines in longhelp output
+ update README Change-Id: Ia84d8857d575bc29ab3ce9c0f10264c042067e78
This commit is contained in:
@ -569,8 +569,8 @@ static void HelpLong(void) {
|
||||
printf(" -preset <string> ....... Preset setting, one of:\n");
|
||||
printf(" default, photo, picture,\n");
|
||||
printf(" drawing, icon, text\n");
|
||||
printf(" -preset must come first, as it overwrites other parameters.");
|
||||
printf(" -z <int> ............... Activates lossless preset with given "
|
||||
printf(" -preset must come first, as it overwrites other parameters.\n");
|
||||
printf(" -z <int> ............... Activates lossless preset with given\n"
|
||||
" level in [0:fast, ..., 9:slowest]\n");
|
||||
printf("\n");
|
||||
printf(" -m <int> ............... compression method (0=fast, 6=slowest)\n");
|
||||
|
Reference in New Issue
Block a user