]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Use a single enumerated type, Verbosity, instead of
authorJim Meyering <jim@meyering.net>
Sun, 4 Jan 1998 22:41:02 +0000 (22:41 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 4 Jan 1998 22:41:02 +0000 (22:41 +0000)
commit63c0f480ade29b20ebf60e1036d61d4dc9670214
tree846ceb963e3f87275f54a9d03e801c4122b9d184
parente375f4e9c89d30c7823ce715dbc4f008669b7df3
Use a single enumerated type, Verbosity, instead of
the two booleans, verbose and changes_only.  This fixes a bug whereby
--change had the same effect as --verbose.
Plus Paul's close_stdout changes.
src/chmod.c
src/chown.c