Fix error text typo from item to iterm

This commit is contained in:
JesseBot
2023-01-01 15:39:03 +01:00
committed by GitHub
parent 39d8ebc3c9
commit 4247d15672
+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;
}