summaryrefslogtreecommitdiff
path: root/src/id.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2007-01-13 16:43:07 +0100
committerJim Meyering <jim@meyering.net>2007-03-29 21:37:05 +0200
commit5dd7f137b7c4cbbecc9ddbc2ae7578dcf001c884 (patch)
treeaa90856d20d9bcf5178188761dac5bdebad70e74 /src/id.c
parent1532bea5b5af66f9c574673bd2da42442eb63393 (diff)
downloadcoreutils-5dd7f137b7c4cbbecc9ddbc2ae7578dcf001c884.tar.xz
* src/id.c (main): Tweak id -Z diagnostic.
Diffstat (limited to 'src/id.c')
-rw-r--r--src/id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index cc34d2f4a..282cc46d7 100644
--- a/src/id.c
+++ b/src/id.c
@@ -141,8 +141,8 @@ main (int argc, char **argv)
case 'Z':
/* politely decline if we're not on a selinux-enabled kernel. */
if (!selinux_enabled)
- error (EXIT_FAILURE, 0, _("--context (-Z) can be used only on "
- "an SELinux-enabled kernel"));
+ error (EXIT_FAILURE, 0,
+ _("--context (-Z) works only on an SELinux-enabled kernel"));
just_context = 1;
break;