Updated the usage screen

This commit is contained in:
Pierre Pronchery 2013-06-29 13:07:11 -04:00
parent fd1500dbc0
commit f8c5a4e464

View File

@ -72,7 +72,7 @@ static int _error(char const * message, int ret)
/* usage */
static int _usage(void)
{
fputs(_("Usage: editor [file]\n"), stderr);
fputs(_("Usage: editor [filename]\n"), stderr);
return 1;
}