summaryrefslogtreecommitdiffstats
path: root/sys/boot/common/help.common
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/common/help.common')
-rw-r--r--sys/boot/common/help.common6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/boot/common/help.common b/sys/boot/common/help.common
index 98d21e1..ab8d11e 100644
--- a/sys/boot/common/help.common
+++ b/sys/boot/common/help.common
@@ -231,9 +231,9 @@
See the set command for a list of some variables.
################################################################################
-# Tsource DRead commands from a script file
+# Tinclude DRead commands from a script file
- source <filename>
+ include <filename>
The entire contents of <filename> are read into memory before executing
commands, so it is safe to source a file from removable media.
@@ -241,6 +241,8 @@
A number of modifiers may be prefixed to commands within a script file
to alter their behaviour:
+ # Ignore the line (use for comments).
+
@ Suppresses the printing of the command when executed.
- Prevents the script from terminating if the command returns
OpenPOWER on IntegriCloud