From 46bae54b1dfb7aef7a263391a4d00c41ac9df400 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Fri, 5 Jan 2024 18:18:22 +0000 Subject: [PATCH] status: Fix --skip-signatures description It was a copy-paste of another description, rather than it's own. Signed-off-by: Eric Curtin --- src/ostree/ot-admin-builtin-status.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ostree/ot-admin-builtin-status.c b/src/ostree/ot-admin-builtin-status.c index d4822793..e867cb86 100644 --- a/src/ostree/ot-admin-builtin-status.c +++ b/src/ostree/ot-admin-builtin-status.c @@ -35,8 +35,8 @@ static gboolean opt_query_booted; 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", 'S', 0, G_OPTION_ARG_NONE, &opt_skip_signatures, "Skip signatures in output", + NULL }, { "query-booted", 'Q', 0, G_OPTION_ARG_NONE, &opt_query_booted, "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 " -- 2.30.2