summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-01-26 22:32:21 +0100
committerLennart Poettering <lennart@poettering.net>2021-01-29 16:40:20 +0100
commitbe7c98c24072448a5ea7645c20ee94f03acb2da0 (patch)
tree2de7830d8680e78e937529d9e89a113d38c4e301 /src
parent0c3c9a4096dbf0ae1025db003ca595f0c497970a (diff)
downloadsystemd-be7c98c24072448a5ea7645c20ee94f03acb2da0.tar.gz
import: fix typo in help text
Diffstat (limited to 'src')
-rw-r--r--src/import/pull.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/pull.c b/src/import/pull.c
index 33e6196f79..a54f968cd7 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"