Signed-off-by: Michael Glembotzki <
Michael.G...@iris-sensing.com>
---
core/swupdate.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/swupdate.c b/core/swupdate.c
index efb4cc43..be027dcb 100644
--- a/core/swupdate.c
+++ b/core/swupdate.c
@@ -165,7 +165,7 @@ static void usage(char *programname)
" -l, --loglevel <level> : logging level\n"
" -L, --syslog : enable syslog logger\n"
#ifdef CONFIG_SIGNED_IMAGES
- " --digest-provider <string> : the provider used to verify the update\n"
+ " --digest-provider <string> : the provider used to verify the update\n"
" -k, --key <public key file> : file with public key to verify images\n"
" --cert-purpose <purpose> : set expected certificate purpose\n"
" [emailProtection|codeSigning] (default: emailProtection)\n"
@@ -182,10 +182,10 @@ static void usage(char *programname)
#ifdef CONFIG_ENCRYPTED_IMAGES
" -K, --key-aes <key file> : the file contains the decryption key to be used\n"
" --decryption-key <key file>: to decrypt images\n"
- " --decrypt-provider <string>: the provider used for decryption\n"
+ " --decrypt-provider <string> : the provider used for decryption\n"
#endif
#ifdef CONFIG_HASH_VERIFY
- " --hash-provider <string> : the provider used to perform hashes\n"
+ " --hash-provider <string> : the provider used to perform hashes\n"
#endif
" -n, --dry-run : run SWUpdate without installing the software\n"
" -N, --no-downgrading <version> : not install a release older as <version>\n"
--
2.51.0