All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc/sandbox: improve formatting of command line options
@ 2020-12-30 17:10 Heinrich Schuchardt
  2021-01-07 12:35 ` Simon Glass
  2021-01-23 17:27 ` Simon Glass
  0 siblings, 2 replies; 3+ messages in thread
From: Heinrich Schuchardt @ 2020-12-30 17:10 UTC (permalink / raw)
  To: u-boot

Show the command line options in bold.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/arch/sandbox.rst | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/doc/arch/sandbox.rst b/doc/arch/sandbox.rst
index ee720c5a09..60ee1e0741 100644
--- a/doc/arch/sandbox.rst
+++ b/doc/arch/sandbox.rst
@@ -99,37 +99,37 @@ Command-line Options
 Various options are available, mostly for test purposes. Use -h to see
 available options. Some of these are described below:

-* -t, --terminal <arg>
-  - The terminal is normally in what is called 'raw-with-sigs' mode. This means
+-t, --terminal <arg>
+  The terminal is normally in what is called 'raw-with-sigs' mode. This means
   that you can use arrow keys for command editing and history, but if you
   press Ctrl-C, U-Boot will exit instead of handling this as a keypress.
   Other options are 'raw' (so Ctrl-C is handled within U-Boot) and 'cooked'
   (where the terminal is in cooked mode and cursor keys will not work, Ctrl-C
   will exit).

-* -l
-  - Show the LCD emulation window.
+-l
+  Show the LCD emulation window.

-* -d <device_tree>
-  - A device tree binary file can be provided with -d. If you edit the source
+-d <device_tree>
+  A device tree binary file can be provided with -d. If you edit the source
   (it is stored at arch/sandbox/dts/sandbox.dts) you must rebuild U-Boot to
   recreate the binary file.

-* -D
-  - To use the default device tree, use -D.
+-D
+  To use the default device tree, use -D.

-* -T
-  - To use the test device tree, use -T.
+-T
+  To use the test device tree, use -T.

-* -c [<cmd>;]<cmd>
-  - To execute commands directly, use the -c option. You can specify a single
+-c [<cmd>;]<cmd>
+  To execute commands directly, use the -c option. You can specify a single
   command, or multiple commands separated by a semicolon, as is normal in
   U-Boot. Be careful with quoting as the shell will normally process and
   swallow quotes. When -c is used, U-Boot exits after the command is complete,
   but you can force it to go to interactive mode instead with -i.

-* -i
-  - Go to interactive mode after executing the commands specified by -c.
+-i
+  Go to interactive mode after executing the commands specified by -c.

 Environment Variables
 ---------------------
--
2.29.2

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [PATCH] doc/sandbox: improve formatting of command line options
  2020-12-30 17:10 [PATCH] doc/sandbox: improve formatting of command line options Heinrich Schuchardt
@ 2021-01-07 12:35 ` Simon Glass
  2021-01-23 17:27 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-01-07 12:35 UTC (permalink / raw)
  To: u-boot

On Wed, 30 Dec 2020 at 10:10, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Show the command line options in bold.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/arch/sandbox.rst | 28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH] doc/sandbox: improve formatting of command line options
  2020-12-30 17:10 [PATCH] doc/sandbox: improve formatting of command line options Heinrich Schuchardt
  2021-01-07 12:35 ` Simon Glass
@ 2021-01-23 17:27 ` Simon Glass
  1 sibling, 0 replies; 3+ messages in thread
From: Simon Glass @ 2021-01-23 17:27 UTC (permalink / raw)
  To: u-boot

On Wed, 30 Dec 2020 at 10:10, Heinrich Schuchardt <xypron.glpk@gmx.de> wrote:
>
> Show the command line options in bold.
>
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> ---
>  doc/arch/sandbox.rst | 28 ++++++++++++++--------------
>  1 file changed, 14 insertions(+), 14 deletions(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>

Applied to u-boot-dm, thanks!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-01-23 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 17:10 [PATCH] doc/sandbox: improve formatting of command line options Heinrich Schuchardt
2021-01-07 12:35 ` Simon Glass
2021-01-23 17:27 ` Simon Glass

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.