From 814f348e593208bd2c60233bb4d308c57199f416 Mon Sep 17 00:00:00 2001 From: Brian Woods Date: Wed, 23 Oct 2019 19:32:15 -0700 Subject: Improve formatting of doc Fix a formatting issues which caused lines meant to be separated to be combined. Signed-off-by: Brian Woods Acked-by: Stefano Stabellini --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3