From: Lennart Poettering Date: Tue, 26 Jan 2021 21:32:21 +0000 (+0100) Subject: import: fix typo in help text X-Git-Tag: v248-rc1~237^2~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=be7c98c24072448a5ea7645c20ee94f03acb2da0;p=thirdparty%2Fsystemd.git import: fix typo in help text --- 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"