Commit 6338a91ecbd0e57fc2e30fa38e4c6683eb692dc8
Committed by
GitHub
Merge pull request #115 from yagop/patch-1
Fix help -c and -i default option
Showing
1 changed file
with
2 additions
and
2 deletions
tools/update-pieeprom.sh
| ... | ... | @@ -41,8 +41,8 @@ cat <<EOF |
| 41 | 41 | RSA signature support requires the Python Crypto module. To install: |
| 42 | 42 | python3 -m pip install Crypto |
| 43 | 43 | |
| 44 | - -c Bootloader config file - default: "${SRC_IMAGE}" | |
| 45 | - -i Source EEPROM image - default: "${CONFIG}" | |
| 44 | + -c Bootloader config file - default: "${CONFIG}" | |
| 45 | + -i Source EEPROM image - default: "${SRC_IMAGE}" | |
| 46 | 46 | -o Output EEPROM image - default: "${DST_IMAGE}" |
| 47 | 47 | -k Optional RSA private key PEM file. |
| 48 | 48 | -p Optional RSA public key PEM file. | ... | ... |