aboutsummaryrefslogtreecommitdiffstats
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-18 18:15:05 +0100
commit5f997760c926a9d0d17bee405abea8406fc40e8b (patch)
tree5a7a3402bb489f1bf096c608fa3cbe81f3729d32 /src/id.c
parent* POTFILES.in: Add src/chcon.c. (diff)
downloadcoreutils-5f997760c926a9d0d17bee405abea8406fc40e8b.tar.gz
coreutils-5f997760c926a9d0d17bee405abea8406fc40e8b.zip
* src/id.c (main): Tweak id -Z diagnostic.
Diffstat (limited to '')
-rw-r--r--src/id.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/id.c b/src/id.c
index 5adf0102e..cced6ecb0 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;