summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-01-07 16:15:37 +0000
committerJim Meyering <jim@meyering.net>2001-01-07 16:15:37 +0000
commitb27dd775ad6b401b2bcd502846ade7ed1e1eff5f (patch)
tree9189a14f4e57490129443a0b0253894e6022cf73 /src
parente230d9a62b756e7b48759f40d700118035ecaf84 (diff)
downloadcoreutils-b27dd775ad6b401b2bcd502846ade7ed1e1eff5f.tar.xz
(usage): Split long message string.
Diffstat (limited to 'src')
-rw-r--r--src/chown.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/chown.c b/src/chown.c
index c9068fe3a..75f681dac 100644
--- a/src/chown.c
+++ b/src/chown.c
@@ -1,5 +1,5 @@
/* chown -- change user and group ownership of files
- Copyright (C) 89, 90, 91, 1995-2000 Free Software Foundation, Inc.
+ Copyright (C) 89, 90, 91, 1995-2001 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -126,6 +126,8 @@ Change the owner and/or group of each FILE to OWNER and/or GROUP.\n\
--help display this help and exit\n\
--version output version information and exit\n\
\n\
+"));
+ printf (_("\
Owner is unchanged if missing. Group is unchanged if missing, but changed\n\
to login group if implied by a `:'. OWNER and GROUP may be numeric as well\n\
as symbolic.\n\