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:
Heinrich Schuchardt 2020-12-31 15:58:20 +01:00
parent 5ff1357227
commit e581492939
1 changed files with 10 additions and 1 deletions

View File

@ -1,8 +1,17 @@
.. 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
------