more precise description for --function option

This commit is contained in:
François Colin de Verdière 2025-04-04 13:19:06 +02:00
parent 4b6f123974
commit 79ea42bdf7

@ -520,7 +520,7 @@ int main(int argc, char **argv) {
app.add_flag("--show-seams", show_seams,
"Don't resize image, just try the specified energy function");
app.add_option("-f,--function", function,
"The function to apply to compute the energy");
"The function to apply to compute the energy (default: gradient)");
app.add_flag(
"-u,--until-mask-removal", until_mask_removal,
"Carve the image until there are no more red pixels in the mask");