aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrian Woods2019-10-23 19:32:15 -0700
committerStefano Stabellini2019-10-24 12:40:41 -0700
commit814f348e593208bd2c60233bb4d308c57199f416 (patch)
tree4a8384a055a71d46700a1c181194b7091a00ebaa /README.md
parent9969368263a8cdeb03ab0bac9a4804d414719ea8 (diff)
Improve formatting of doc
Fix a formatting issues which caused lines meant to be separated to be combined. Signed-off-by: Brian Woods <brian.woods@xilinx.com> Acked-by: Stefano Stabellini <sstabellini@kernel.org>
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5eb4a49..3e7f39f 100644
--- a/README.md
+++ b/README.md
@@ -74,13 +74,13 @@ Then you can invoke uboot-script-gen as follows:
$ bash ./scripts/uboot-script-gen -c /path/to/config-file -d . -t tftp
```
-Where:
--c specifies the path to the config file to use
+Where:\
+-c specifies the path to the config file to use\
-d specifies the working directory (path in the config file are relative
- to it)
+ to it)\
-t specifies the u-boot command to load the binaries. "tftp" and "sd"
are shorthands for "tftpb" and "load scsi 0:1", but actually any
- arbitrary command can be used, for instance -t "fatload" is valid.
+ arbitrary command can be used, for instance -t "fatload" is valid.\
## Container Usage