Fixed the usage screen of the phone-* executables

This commit is contained in:
Pierre Pronchery 2010-08-07 00:09:50 +00:00
parent 6ebef8b2a6
commit 9af630e069

View File

@ -25,7 +25,7 @@
/* usage */ /* usage */
static int _usage(void) static int _usage(void)
{ {
fputs("Usage: " PROGNAME "\n", stderr); fputs("Usage: phone-" PROGNAME "\n", stderr);
return 1; return 1;
} }