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.
1 parent 39d8ebc commit 4247d15Copy full SHA for 4247d15
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