FIx up per @lurch's comments

This commit is contained in:
Andrew Pattison
2019-11-22 22:39:32 +00:00
parent 6bfe0c05c5
commit 9e8ea44c99

View File

@@ -115,7 +115,7 @@ The new bootloader configuration will replace any configuration present in the \
source EEPROM image.\ source EEPROM image.\
\n\nBootloader EEPROM images are contained in the \'rpi-eeprom-images\' package,\ \n\nBootloader EEPROM images are contained in the \'rpi-eeprom-images\' package,\
which installs them to the /lib/firmware/raspberrypi/bootloader directory.') 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('--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() args = parser.parse_args()