]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Make chgrp and chown diagnostics consistent.
authorJim Meyering <jim@meyering.net>
Sat, 16 Jun 2007 10:53:40 +0000 (12:53 +0200)
committerJim Meyering <jim@meyering.net>
Sat, 16 Jun 2007 10:53:40 +0000 (12:53 +0200)
commitc23c89db0f1be58c5e324be6e085f41733c1286f
tree70da3e0efce254238231af6afaadf4a004e52e89
parentcdec7e6e93db547a80525c24167345a090a00273
Make chgrp and chown diagnostics consistent.
* src/chown.c (main): Emit the diagnostic before the file name,
not after it, to be consistent with chgrp's diagnostic.
* src/chgrp.c (parse_group): Emit a ":" between the diagnostic
and the file name.
Reported by Egmont Koblinger.
* THANKS: Add Egmont Koblinger.
ChangeLog
THANKS
src/chgrp.c
src/chown.c