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 |
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 > >
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 --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"
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(-)