From: Heinrich Schuchardt Date: Thu, 31 Dec 2020 14:58:20 +0000 (+0100) Subject: doc: add synopsis for pstore command X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=e5814929395475fbd24a8b0b88f41696e4be5170;p=u-boot.git doc: add synopsis for pstore command Add a synopsis section. Use lower case for command name. Signed-off-by: Heinrich Schuchardt --- 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 [record-size] [console-size] [ftrace-size] [pmsg_size] [ecc-size] + pstore display [record-type] [nb] + pstore save + Design ------