Skip to content

Commit

Permalink
status: Fix --skip-signatures description
Browse files Browse the repository at this point in the history
It was a copy-paste of another description, rather than it's own.

Signed-off-by: Eric Curtin <ecurtin@redhat.com>
  • Loading branch information
ericcurtin committed Jan 5, 2024
1 parent 189813f commit 6b50dfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ostree/ot-admin-builtin-status.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ static GOptionEntry options[]
= { { "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,
"Print the commit verification status", NULL },
"Skip signatures in output", NULL },
{ "query-booted", 'Q', 0, G_OPTION_ARG_NONE, &opt_query_booted,
"Print whether the default deployment is booted or not", NULL },
{ NULL } };
Expand Down

0 comments on commit 6b50dfb

Please sign in to comment.