33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From c774f15a4a726eb57b9815a55980eb81d09ad9c2 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Christian=20G=C3=B6ttsche?= <cgzones@googlemail.com>
|
|
Date: Wed, 13 Mar 2024 12:10:21 +0100
|
|
Subject: [PATCH] libselinux/utils/selabel_digest: drop unsupported option -d
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
The command line option -d is not supported, drop from usage message.
|
|
|
|
Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
|
|
Acked-by: James Carter <jwcart2@gmail.com>
|
|
---
|
|
utils/selabel_digest.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/utils/selabel_digest.c b/utils/selabel_digest.c
|
|
index bf22b472..50f55311 100644
|
|
--- a/utils/selabel_digest.c
|
|
+++ b/utils/selabel_digest.c
|
|
@@ -11,7 +11,7 @@ static size_t digest_len;
|
|
static __attribute__ ((__noreturn__)) void usage(const char *progname)
|
|
{
|
|
fprintf(stderr,
|
|
- "usage: %s -b backend [-d] [-v] [-B] [-i] [-f file]\n\n"
|
|
+ "usage: %s -b backend [-v] [-B] [-i] [-f file]\n\n"
|
|
"Where:\n\t"
|
|
"-b The backend - \"file\", \"media\", \"x\", \"db\" or "
|
|
"\"prop\"\n\t"
|
|
--
|
|
2.33.0
|
|
|