diff options
Diffstat (limited to 'coreutils/id.c')
-rw-r--r-- | coreutils/id.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/id.c b/coreutils/id.c index a0364675f..e183402fa 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -89,7 +89,7 @@ int id_main(int argc, char **argv) | |||
89 | if (flags & JUST_CONTEXT) { | 89 | if (flags & JUST_CONTEXT) { |
90 | selinux_or_die(); | 90 | selinux_or_die(); |
91 | if (argc - optind == 1) { | 91 | if (argc - optind == 1) { |
92 | bb_error_msg_and_die("can't print security context when user specified"); | 92 | bb_error_msg_and_die("user name can't be passed with -Z"); |
93 | } | 93 | } |
94 | 94 | ||
95 | if (getcon(&scontext)) { | 95 | if (getcon(&scontext)) { |