hardlink: fix typo

This commit is contained in:
Mario Blättermann 2021-04-18 09:17:31 +02:00
parent 1c75a85101
commit 0a1cd4c1e2
1 changed files with 1 additions and 1 deletions

View File

@ -1072,7 +1072,7 @@ int main(int argc, char *argv[])
parse_options(argc, argv);
if (optind == argc)
errx(EXIT_FAILURE, _("no directory of dile specified"));
errx(EXIT_FAILURE, _("no directory of file specified"));
gettime_monotonic(&stats.start_time);
stats.started = TRUE;