Commit a4377975cc58d53b82f0fe9cdaee2c5b0bd4b0c2

Authored by Yago
Committed by GitHub
1 parent 9530315c

Fix -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.
... ...