mirror of
https://codeberg.org/vyivel/dulcepan/
synced 2025-03-12 18:59:15 +02:00
Explain controls in the help message
This commit is contained in:
parent
e81e274380
commit
553147259b
13
src/main.c
13
src/main.c
@ -165,12 +165,15 @@ static void help(const char *prog) {
|
|||||||
" -f <format> Specify the output file format.\n"
|
" -f <format> Specify the output file format.\n"
|
||||||
" -o <path> Specify the output file path.\n"
|
" -o <path> Specify the output file path.\n"
|
||||||
"\n"
|
"\n"
|
||||||
"If the output file path is not specified, the resuling image will be printed\n"
|
"If the output file path is not specified, the resuling image will be printed to\n"
|
||||||
"to the standard output. If the output file format is not specified, it is\n"
|
"the standard output. If the output file format is not specified, it is guessed\n"
|
||||||
"guessed from the output file path if it's specified, and assumed to be PNG\n"
|
"from the output file path if it's specified, and assumed to be PNG otherwise.\n"
|
||||||
"otherwise.\n"
|
|
||||||
"\n"
|
"\n"
|
||||||
"Supported formats: png, ppm.\n",
|
"Supported formats: png, ppm.\n"
|
||||||
|
"\n"
|
||||||
|
"Use the left or right mouse button to select a part of the output. A selection\n"
|
||||||
|
"can also be moved and resized with the left mouse button. Clicking the middle\n"
|
||||||
|
"mouse button selects the entire output.\n",
|
||||||
prog);
|
prog);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user