mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-01-30 01:31:49 -05:00
Correct the plural in "1 file to consider." (Greg Louis)
This commit is contained in:
7
flist.c
7
flist.c
@@ -101,12 +101,13 @@ static void finish_filelist_progress(const struct file_list *flist)
|
||||
{
|
||||
if (do_progress) {
|
||||
/* This overwrites the progress line */
|
||||
rprintf(FINFO, "%d files to consider\n", flist->count);
|
||||
} else
|
||||
rprintf(FINFO, "%d file%sto consider\n",
|
||||
flist->count, flist->count == 1 ? " " : "s ");
|
||||
} else {
|
||||
rprintf(FINFO, "done\n");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
void show_flist_stats(void)
|
||||
{
|
||||
/* Nothing yet */
|
||||
|
||||
Reference in New Issue
Block a user