doc: add synopsis for pstore command
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 31 Dec 2020 14:58:20 +0000 (15:58 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 16 Jan 2021 10:17:20 +0000 (11:17 +0100)
Add a synopsis section.

Use lower case for command name.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
doc/usage/pstore.rst

index 8c4e527..1c83745 100644 (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
 ------