mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-06-28 01:22:20 +00:00
doc: add synopsis for pstore command
Add a synopsis section. Use lower case for command name. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
This commit is contained in:
parent
5ff1357227
commit
e581492939
1 changed files with 10 additions and 1 deletions
|
@ -1,8 +1,17 @@
|
||||||
.. SPDX-License-Identifier: GPL-2.0+
|
.. SPDX-License-Identifier: GPL-2.0+
|
||||||
|
|
||||||
PStore command
|
pstore command
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
Synopsis
|
||||||
|
--------
|
||||||
|
|
||||||
|
::
|
||||||
|
|
||||||
|
pstore set <addr> <len> [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size]
|
||||||
|
pstore display [record-type] [nb]
|
||||||
|
pstore save <interface> <dev[:part]> <directory-path>
|
||||||
|
|
||||||
Design
|
Design
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue