summaryrefslogtreecommitdiffstats
path: root/login-utils/chfn.c
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/chfn.c')
-rw-r--r--login-utils/chfn.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/login-utils/chfn.c b/login-utils/chfn.c
index df8cbea89..691c4f6f5 100644
--- a/login-utils/chfn.c
+++ b/login-utils/chfn.c
@@ -142,8 +142,7 @@ int main (int argc, char **argv) {
}
if (!(is_local(oldf.username))) {
- fprintf (stderr, _("%s: can only change local entries; use yp%s instead.\n"),
- whoami, whoami);
+ fprintf (stderr, _("%s: can only change local entries.\n"), whoami);
exit(1);
}