From: Jim Meyering Date: Sun, 7 Jan 2001 16:15:37 +0000 (+0000) Subject: (usage): Split long message string. X-Git-Tag: FILEUTILS-4_0_36~61 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=b27dd775ad6b401b2bcd502846ade7ed1e1eff5f;p=thirdparty%2Fcoreutils.git (usage): Split long message string. --- diff --git a/src/chown.c b/src/chown.c index c9068fe3a6..75f681dacb 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\