]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
setpriv: Fix an error message typo
authorAndy Lutomirski <luto@amacapital.net>
Wed, 6 Feb 2013 01:07:26 +0000 (17:07 -0800)
committerKarel Zak <kzak@redhat.com>
Wed, 6 Feb 2013 11:32:17 +0000 (12:32 +0100)
Signed-off-by: Andy Lutomirski <luto@amacapital.net>
sys-utils/setpriv.c

index 236771f7925c027f90612c32d75be818373bdb74..a547fd7ca1aa8a4682898a182ef17c76ea947774 100644 (file)
@@ -689,7 +689,7 @@ int main(int argc, char **argv)
                case INHCAPS:
                        if (opts.caps_to_inherit)
                                errx(EXIT_FAILURE,
-                                    _("duplicate --caps option"));
+                                    _("duplicate --inh-caps option"));
                        opts.caps_to_inherit = optarg;
                        break;
                case CAPBSET: