1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-11 09:18:07 +03:00

veritysetup: fix typo (#22886)

This commit is contained in:
Gaël PORTAY 2022-03-28 13:09:36 -04:00 committed by GitHub
parent 288bd40620
commit f3b3cab2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -151,7 +151,7 @@ static int run(int argc, char *argv[]) {
size_t l;
if (argc < 6)
return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "attach requires at least two arguments.");
return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "attach requires at least four arguments.");
r = unhexmem(argv[5], strlen(argv[5]), &m, &l);
if (r < 0)