From 95e86d7e596cfeee9645a70c2907df5894012375 Mon Sep 17 00:00:00 2001 From: Andrew Pattison Date: Fri, 22 Nov 2019 22:56:28 +0000 Subject: [PATCH] Fix cap per @lurch --- rpi-eeprom-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index ba21fca..ae7c385 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -117,7 +117,7 @@ source EEPROM image.\ which installs them to the /lib/firmware/raspberrypi/bootloader directory.') parser.add_argument('--config', help='Name of bootloader configuration file') parser.add_argument('--out', help='Name of output file') - parser.add_argument('eeprom', help='name of EEPROM file to use as input') + parser.add_argument('eeprom', help='Name of EEPROM file to use as input') args = parser.parse_args() image = BootloaderImage(args.eeprom, args.out)