summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2020-12-31 15:58:20 +0100
committerHeinrich Schuchardt <xypron.glpk@gmx.de>2021-01-16 11:17:20 +0100
commite5814929395475fbd24a8b0b88f41696e4be5170 (patch)
tree63f15545d2c03411f16f756738f47105d6a335c0 /doc/usage
parent5ff13572275bb7cea4854fa52e9f882c94c10aa3 (diff)
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>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/pstore.rst11
1 files changed, 10 insertions, 1 deletions
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
------