diff options
author | Jim Meyering <meyering@redhat.com> | 2007-11-25 18:26:03 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-11-25 18:26:03 +0100 |
commit | 910267665eb6510a605e564eb41414e879166b9f (patch) | |
tree | 76b0d039a34c794f263bd25cb142333b633367b5 /ChangeLog | |
parent | 3669d2b820601ff029f94c045168a9fdbd472e57 (diff) | |
download | coreutils-910267665eb6510a605e564eb41414e879166b9f.tar.xz |
setuidgid: Update --help output.
* src/setuidgid.c (usage): Describe -g GID[,GID1...] option.
Mention that USER may be a numeric ID or a user name.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2007-11-25 Jim Meyering <meyering@redhat.com> + + setuidgid: Update --help output. + * src/setuidgid.c (usage): Describe -g GID[,GID1...] option. + Mention that USER may be a numeric ID or a user name. + 2007-11-24 Jim Meyering <meyering@redhat.com> Tweak new test. |