]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Split long message string.
authorJim Meyering <jim@meyering.net>
Sun, 7 Jan 2001 16:15:37 +0000 (16:15 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Jan 2001 16:15:37 +0000 (16:15 +0000)
src/chown.c

index c9068fe3a6c950750a26c1887c50f41578684f3f..75f681dacb0ae10902f67ec9b0da67df5ddb8950 100644 (file)
@@ -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\