mirror of
https://github.com/libretro/RetroArch
synced 2025-03-25 16:44:01 +00:00
Fix outdated name of function (libretrodb_tool)
This commit is contained in:
parent
9d598cb917
commit
9e3d631824
@ -118,7 +118,7 @@ int main(int argc, char ** argv)
|
|||||||
{
|
{
|
||||||
if (argc != 4)
|
if (argc != 4)
|
||||||
{
|
{
|
||||||
printf("Usage: %s <db file> find-name <query expression>\n", argv[0]);
|
printf("Usage: %s <db file> get-names <query expression>\n", argv[0]);
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user