summaryrefslogtreecommitdiffstats
path: root/src/veritysetup/veritysetup.c
diff options
context:
space:
mode:
authorGaƫl PORTAY <gael.portay@gmail.com>2022-03-28 19:09:36 +0200
committerGitHub <noreply@github.com>2022-03-28 19:09:36 +0200
commitf3b3cab2f2c6e005fd11ca93903b5ff78dbca21e (patch)
tree655aca07225d214cfdc6c8515084cfbf3cefd380 /src/veritysetup/veritysetup.c
parentfix typo (diff)
downloadsystemd-f3b3cab2f2c6e005fd11ca93903b5ff78dbca21e.tar.xz
systemd-f3b3cab2f2c6e005fd11ca93903b5ff78dbca21e.zip
veritysetup: fix typo (#22886)
Diffstat (limited to '')
-rw-r--r--src/veritysetup/veritysetup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/veritysetup/veritysetup.c b/src/veritysetup/veritysetup.c
index 61973bf37a..1536bb2b88 100644
--- a/src/veritysetup/veritysetup.c
+++ b/src/veritysetup/veritysetup.c
@@ -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)