From 7d77dc224e507b0175510d2ad7026aa408b5136d Mon Sep 17 00:00:00 2001 From: Andrew Pattison Date: Fri, 22 Nov 2019 10:30:08 +0000 Subject: [PATCH] Revert mistaken change to parser config --- rpi-eeprom-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index bab1e2e..31140fa 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -113,7 +113,7 @@ combination of the original EEPROM image file, along with the new bootloader \ configuration.') parser.add_argument('--config', help='Filename of new bootloader config') parser.add_argument('--out', help='Name of output file') - parser.add_argument('EEPROM', help='EEPROM filename (pieeprom.bin)') + parser.add_argument('eeprom', help='EEPROM filename (pieeprom.bin)') args = parser.parse_args() image = BootloaderImage(args.eeprom, args.out)