We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39d8ebc + 4247d15 commit dcc22f3Copy full SHA for dcc22f3
src/logo/image/image.c
@@ -31,7 +31,7 @@ static bool printImageIterm(FFinstance* instance)
31
{
32
if(instance->config.logo.width == 0 || instance->config.logo.height == 0)
33
34
- fputs("Logo: `item` protocol only works when both `--logo-width` and `--logo-height` being specified\n", stderr);
+ fputs("Logo: `iterm` protocol only works when both `--logo-width` and `--logo-height` being specified\n", stderr);
35
return false;
36
}
37
0 commit comments