summaryrefslogtreecommitdiffstats
path: root/defaultenv/bin/_boot_help
diff options
context:
space:
mode:
Diffstat (limited to 'defaultenv/bin/_boot_help')
-rw-r--r--defaultenv/bin/_boot_help3
1 files changed, 2 insertions, 1 deletions
diff --git a/defaultenv/bin/_boot_help b/defaultenv/bin/_boot_help
index 7c964441b8..a07e4e0135 100644
--- a/defaultenv/bin/_boot_help
+++ b/defaultenv/bin/_boot_help
@@ -1,9 +1,10 @@
#!/bin/sh
-echo "boot: boot [-m <mode>] [-k <kernel_option>] [-r <rootfs_option>] [-i <ip_mode>]"
+echo "boot: boot [-m <mode>] [-k <kernel_option>] [-r <rootfs_option>] [-i <ip_mode>] [-o <oftree_option]"
echo ""
echo "options"
echo " - kernel nand, nor, nfs, tftp, disk"
+echo " - oftree nand, nor, nfs, tftp, disk or empty"
echo " - rootfs nand, nor, net, disk"
echo " - ip dhcp, dhcp-barebox none, empty"
echo ""