Skip to content

Commit 76b990a

Browse files
lurchtimg236
authored andcommitted
rpi-eeprom-config: fix rpi-eeprom-dgst typo in usage-text
1 parent afa5822 commit 76b990a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpi-eeprom-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ See 'rpi-eeprom-update -h' for more information about the available EEPROM image
543543
parser.add_argument('-c', '--config', help='Name of bootloader configuration file', required=False)
544544
parser.add_argument('-e', '--edit', action='store_true', default=False, help='Edit the current EEPROM config')
545545
parser.add_argument('-o', '--out', help='Name of output file', required=False)
546-
parser.add_argument('-d', '--digest', help='Signed boot only. The name of the .sig file generated by rpi-eeprom-dgst for config.txt ', required=False)
546+
parser.add_argument('-d', '--digest', help='Signed boot only. The name of the .sig file generated by rpi-eeprom-digest for config.txt ', required=False)
547547
parser.add_argument('-p', '--pubkey', help='Signed boot only. The name of the RSA public key file to store in the EEPROM', required=False)
548548
parser.add_argument('-x', '--extract', action='store_true', default=False, help='Extract the modifiable files (boot.conf, pubkey, signature)', required=False)
549549
parser.add_argument('-b', '--bootcode', help='Signed boot 2712 only. The name of the customer signed bootcode.bin file to store in the EEPROM', required=False)

0 commit comments

Comments
 (0)