From c13aef97c67864aa80d20b94a34893d1cc7d0f99 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Fri, 5 Jan 2024 17:08:43 +0000 Subject: [PATCH] man: Add ostree admin status man page CLI options. Document the various CLI options. Signed-off-by: Eric Curtin --- man/ostree-admin-status.xml | 59 +++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) diff --git a/man/ostree-admin-status.xml b/man/ostree-admin-status.xml index dde099b0..cc90312c 100644 --- a/man/ostree-admin-status.xml +++ b/man/ostree-admin-status.xml @@ -61,6 +61,65 @@ License along with this library. If not, see . + + Options + + + + ="PATH" + + + Create a new OSTree sysroot at PATH + + + + + + + + Print the commit verification status + + + + + + + + Skip signatures in output + + + + + + + + Output the string default if the default deployment + is the booted one, not-default if we are booted in + a non-default deployment (e.g. the user interactively chose a + different entry in the bootloader menu, or the bootloader rolled back + automatically, etc.). If we are not in a booted OSTree system, an + error is returned. + + + + + + + + Print debug information during command processing + + + + + --version + + + Print version information and exit + + + + + Example $ ostree admin status -- 2.30.2