mirror of
https://github.com/libretro/RetroArch
synced 2025-03-23 19:21:03 +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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user