diff options
Diffstat (limited to 'doc/usage/cmd/source.rst')
-rw-r--r-- | doc/usage/cmd/source.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/cmd/source.rst b/doc/usage/cmd/source.rst index 61a4505909..a5c5204a28 100644 --- a/doc/usage/cmd/source.rst +++ b/doc/usage/cmd/source.rst @@ -161,7 +161,7 @@ The boot scripts (boot.scr) is created with: mkimage -T script -n 'Test script' -d boot.txt boot.scr -The script can be execute in U-boot like this: +The script can be execute in U-Boot like this: .. code-block:: |