X Tutup
Skip to content

Commit f3b3cab

Browse files
authored
veritysetup: fix typo (systemd#22886)
1 parent 288bd40 commit f3b3cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/veritysetup/veritysetup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ static int run(int argc, char *argv[]) {
151151
size_t l;
152152

153153
if (argc < 6)
154-
return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "attach requires at least two arguments.");
154+
return log_error_errno(SYNTHETIC_ERRNO(EINVAL), "attach requires at least four arguments.");
155155

156156
r = unhexmem(argv[5], strlen(argv[5]), &m, &l);
157157
if (r < 0)

0 commit comments

Comments
 (0)
X Tutup