summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--writeexts.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/writeexts.py b/writeexts.py
index 91936f64..068f0741 100644
--- a/writeexts.py
+++ b/writeexts.py
@@ -545,9 +545,8 @@ class WriteExtension(cliapp.Application):
'''Does the user want to generate a bootloader config?
The user may set $BOOTLOADER_CONFIG_FORMAT to the desired
- format (u-boot or extlinux). If not set, extlinux is the
- default but will be generated on x86-32 and x86-64, but not
- otherwise.
+ format. 'extlinux' is the only allowed value, and is the default
+ value for x86-32 and x86-64.
'''