From 9e8ea44c996243c92d155e1cd11424d5507d2257 Mon Sep 17 00:00:00 2001 From: Andrew Pattison Date: Fri, 22 Nov 2019 22:39:32 +0000 Subject: [PATCH] FIx up per @lurch's comments --- rpi-eeprom-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-config b/rpi-eeprom-config index 219126a..ba21fca 100755 --- a/rpi-eeprom-config +++ b/rpi-eeprom-config @@ -115,7 +115,7 @@ The new bootloader configuration will replace any configuration present in the \ source EEPROM image.\ \n\nBootloader EEPROM images are contained in the \'rpi-eeprom-images\' package,\ which installs them to the /lib/firmware/raspberrypi/bootloader directory.') - parser.add_argument('--config', help='Filename of new bootloader config') + 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') args = parser.parse_args()