Skip to content

Commit

Permalink
man/rpm-ostree: Document status switches
Browse files Browse the repository at this point in the history
So they're more discoverable and for consistency with other commands.
  • Loading branch information
jlebon authored and cgwalters committed May 15, 2023
1 parent 4222172 commit 0b567f2
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions man/rpm-ostree.xml
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,39 @@ Boston, MA 02111-1307, USA.
indicates the most recent upgrade (the newest deployment
version).
</para>

<para>
<command>--verbose</command> or <command>-v</command> to
display more information, such as package diff, advisories,
GPG signature user IDs, and StateRoot names.
</para>

<para>
<command>--advisories</command> or <command>-a</command> to
expand the advisories listing, if any.
</para>

<para>
<command>--booted</command> or <command>-b</command> to
only print information about the booted deployment.
</para>

<para>
<command>--pending-exit-77</command> to exit status 77 if
a pending deployment is available. This can be useful in
scripting.
</para>

<para>
<command>--json</command> to output the status information
in JSON format for easier scripting.
</para>

<para>
<command>--jsonpath=EXPRESSION</command> or
<command>-J</command> to filter JSON output by JSONPath
expression.
</para>
</listitem>
</varlistentry>

Expand Down

0 comments on commit 0b567f2

Please sign in to comment.