Signed-off-by: Andy Lutomirski <luto@xxxxxxxxxxxxxx> --- sys-utils/setpriv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/setpriv.c b/sys-utils/setpriv.c index 1662daf..921ce03 100644 --- a/sys-utils/setpriv.c +++ b/sys-utils/setpriv.c @@ -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: -- 1.8.1 -- To unsubscribe from this list: send the line "unsubscribe util-linux" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html