From 6b50dfbe0fbf19f3f0ce6f98396d61b734411ed7 Mon Sep 17 00:00:00 2001 From: Eric Curtin Date: Fri, 5 Jan 2024 17:24:06 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ostree/ot-admin-builtin-status.c b/src/ostree/ot-admin-builtin-status.c index 4f40c9d1ce..688f945104 100644 --- a/src/ostree/ot-admin-builtin-status.c +++ b/src/ostree/ot-admin-builtin-status.c @@ -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 } };