mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 02:00:33 +00:00
typefind: use g_get_prgname() for error message
This commit is contained in:
parent
19c5a37110
commit
07c88f32e4
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ main (int argc, char *argv[])
|
|||
gst_tools_print_version ();
|
||||
|
||||
if (filenames == NULL || *filenames == NULL) {
|
||||
g_print ("Please give a filename to typefind\n\n");
|
||||
g_print ("Please give one or more filenames to %s\n\n", g_get_prgname ());
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue