diff mbox series

[1/5] libselinux/utils/selabel_digest: drop unsupported option -d

Message ID 20240313111025.43720-1-cgzones@googlemail.com (mailing list archive)
State Accepted
Commit c774f15a4a72
Delegated to: Petr Lautrbach
Headers show
Series [1/5] libselinux/utils/selabel_digest: drop unsupported option -d | expand

Commit Message

Christian Göttsche March 13, 2024, 11:10 a.m. UTC
The command line option -d is not supported, drop from usage message.

Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
---
 libselinux/utils/selabel_digest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

James Carter March 14, 2024, 4:06 p.m. UTC | #1
On Wed, Mar 13, 2024 at 7:12 AM Christian Göttsche
<cgzones@googlemail.com> wrote:
>
> The command line option -d is not supported, drop from usage message.
>
> Signed-off-by: Christian Göttsche <cgzones@googlemail.com>

For these 5 patches:
Acked-by: James Carter <jwcart2@gmail.com>

> ---
>  libselinux/utils/selabel_digest.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/libselinux/utils/selabel_digest.c b/libselinux/utils/selabel_digest.c
> index bf22b472..50f55311 100644
> --- a/libselinux/utils/selabel_digest.c
> +++ b/libselinux/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.43.0
>
>
James Carter March 20, 2024, 8:06 p.m. UTC | #2
On Thu, Mar 14, 2024 at 12:06 PM James Carter <jwcart2@gmail.com> wrote:
>
> On Wed, Mar 13, 2024 at 7:12 AM Christian Göttsche
> <cgzones@googlemail.com> wrote:
> >
> > The command line option -d is not supported, drop from usage message.
> >
> > Signed-off-by: Christian Göttsche <cgzones@googlemail.com>
>
> For these 5 patches:
> Acked-by: James Carter <jwcart2@gmail.com>
>

These 5 patches have been merged.
Thanks,
Jim

> > ---
> >  libselinux/utils/selabel_digest.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/libselinux/utils/selabel_digest.c b/libselinux/utils/selabel_digest.c
> > index bf22b472..50f55311 100644
> > --- a/libselinux/utils/selabel_digest.c
> > +++ b/libselinux/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.43.0
> >
> >
diff mbox series

Patch

diff --git a/libselinux/utils/selabel_digest.c b/libselinux/utils/selabel_digest.c
index bf22b472..50f55311 100644
--- a/libselinux/utils/selabel_digest.c
+++ b/libselinux/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"