Skip to content

Commit

Permalink
Remove commented out man page reference code
Browse files Browse the repository at this point in the history
Signed-off-by: Robert Sturla <[email protected]>
  • Loading branch information
p5 committed Jan 23, 2024
1 parent 1fbe052 commit 7b60e5f
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions man/ostree-admin-status.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,7 @@ License along with this library. If not, see <https://www.gnu.org/licenses/>.

<refsect1>
<title>Options</title>
<!-- { "verify", 'V', 0, G_OPTION_ARG_NONE, &opt_verify, "Print the commit verification status",
NULL },
{ "skip-signatures", 'S', 0, G_OPTION_ARG_NONE, &opt_skip_signatures,
"Skip signatures in output", NULL },
{ "is-default", 'D', 0, G_OPTION_ARG_NONE, &opt_is_default,
"Output \"default\" if booted into the default deployment, otherwise \"not-default\"",
NULL },
{ "booted-index", 'b', 0, G_OPTION_ARG_NONE, &opt_booted_index,
"Print the index of the booted deployment", NULL },
{ "pending-index", 'p', 0, G_OPTION_ARG_NONE, &opt_pending_index,
"Print the index of the pending deployment", NULL },
{ "rollback-index", 'r', 0, G_OPTION_ARG_NONE, &opt_rollback_index,
"Print the index of the rollback deployment", NULL }, -->

<variablelist>
<varlistentry>
<term><option>--sysroot</option>="PATH"</term>
Expand Down

0 comments on commit 7b60e5f

Please sign in to comment.