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:
parent
288bd40620
commit
f3b3cab2f2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user