]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
import: fix typo in help text
authorLennart Poettering <lennart@poettering.net>
Tue, 26 Jan 2021 21:32:21 +0000 (22:32 +0100)
committerLennart Poettering <lennart@poettering.net>
Fri, 29 Jan 2021 15:40:20 +0000 (16:40 +0100)
src/import/pull.c

index 33e6196f7941779f8f9616f6d57d33b4c0b2d20b..a54f968cd76eb2c8934f66408e1931487de0d501 100644 (file)
@@ -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"