Merge pull request #376 from jessebot/patch-1

Fix error text typo from item to iterm
This commit is contained in:
Linus Dierheimer
2023-01-01 15:47:59 +01:00
committed by GitHub
+1 -1
View File
@@ -31,7 +31,7 @@ static bool printImageIterm(FFinstance* instance)
{
if(instance->config.logo.width == 0 || instance->config.logo.height == 0)
{
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);
return false;
}