Fix typo in help message.

This commit is contained in:
Sebastian Rasmussen 2021-04-17 14:40:13 +02:00
parent 1c75a85101
commit 9b825bde80
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ static void __attribute__((__noreturn__)) usage(void)
" --target <target> explicitly specifies mountpoint\n"));
fprintf(out, _(
" --target-prefix <path>\n"
" specifies path use for all mountpoints\n"));
" specifies path used for all mountpoints\n"));
fprintf(out, _(
" -v, --verbose say what is being done\n"));
fprintf(out, _(