diff options
author | Jim Meyering <jim@meyering.net> | 2001-01-07 16:15:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-01-07 16:15:37 +0000 |
commit | b27dd775ad6b401b2bcd502846ade7ed1e1eff5f (patch) | |
tree | 9189a14f4e57490129443a0b0253894e6022cf73 | |
parent | e230d9a62b756e7b48759f40d700118035ecaf84 (diff) | |
download | coreutils-b27dd775ad6b401b2bcd502846ade7ed1e1eff5f.tar.xz |
(usage): Split long message string.
-rw-r--r-- | src/chown.c | 4 |
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\ |