diff mbox series

[1/1] doc: add synopsis for pstore command

Message ID 20201231150113.50059-1-xypron.glpk@gmx.de
State Accepted
Commit e5814929395475fbd24a8b0b88f41696e4be5170
Delegated to: Tom Rini
Headers show
Series [1/1] doc: add synopsis for pstore command | expand

Commit Message

Heinrich Schuchardt Dec. 31, 2020, 3:01 p.m. UTC
Add a synopsis section.

Use lower case for command name.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
 doc/usage/pstore.rst | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

--
2.29.2
diff mbox series

Patch

diff --git a/doc/usage/pstore.rst b/doc/usage/pstore.rst
index 8c4e5274aa..1c8374513a 100644
--- a/doc/usage/pstore.rst
+++ b/doc/usage/pstore.rst
@@ -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
 ------