We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64134de commit 50456e2Copy full SHA for 50456e2
1 file changed
tools/keytools/sign.c
@@ -177,7 +177,7 @@ int main(int argc, char** argv)
177
#endif
178
179
/* Check arguments and print usage */
180
- if (argc < 4 || argc > 8) {
+ if (argc < 4 || argc > 10) {
181
printf("Usage: %s [--ed25519 | --ecc256 | --rsa2048 | --rsa4096 ] [--sha256 | --sha3] [--wolfboot-update] [--encrypt enc_key.bin] image key.der fw_version\n", argv[0]);
182
printf(" - or - ");
183
printf(" %s [--sha256 | --sha3] [--sha-only] [--wolfboot-update] image pub_key.der fw_version\n", argv[0]);
0 commit comments