From be7c98c24072448a5ea7645c20ee94f03acb2da0 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 26 Jan 2021 22:32:21 +0100 Subject: [PATCH] import: fix typo in help text --- src/import/pull.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/import/pull.c b/src/import/pull.c index 33e6196f794..a54f968cd76 100644 --- a/src/import/pull.c +++ b/src/import/pull.c @@ -212,7 +212,8 @@ static int help(int argc, char *argv[], void *userdata) { " 'checksum', 'signature'\n" " --settings=BOOL Download settings file with image\n" " --roothash=BOOL Download root hash file with image\n" - " --roothash-sigature=BOOL Download root hash signature file with image\n" + " --roothash-signature=BOOL\n" + " Download root hash signature file with image\n" " --verity=BOOL Download verity file with image\n" " --image-root=PATH Image root directory\n\n" "Commands:\n" -- 2.47.3