]> git.ipfire.org Git - thirdparty/shadow.git/commit
* NEWS, src/userdel.c, src/lastlog.c, src/gpasswd.c,
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 4 Sep 2009 23:02:33 +0000 (23:02 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 4 Sep 2009 23:02:33 +0000 (23:02 +0000)
commit91b60a955c1b454e0e4c13135ef3ec31d4899099
treed3709869f7ead2ae48baf9abae031403363a637c
parent3d10e751170f643bff20fa229d6686fd2ad751ba
* NEWS, src/userdel.c, src/lastlog.c, src/gpasswd.c,
src/newusers.c, src/chpasswd.c, src/groupmems.c, src/usermod.c,
src/chgpasswd.c, src/vipw.c, src/su.c, src/useradd.c,
src/groupmod.c, src/passwd.c, src/groupadd.c, src/chage.c,
src/faillog.c, src/chsh.c: If someone uses the -h/--help options,
the usage should not go to stderr nor should the utility exit with
non-zero status. All of the shadow utils do just this
unfortunately, so convert them over to sanity.
* man/groupmems.8.xml, man/gpasswd.1.xml: Added option -h/--help.
21 files changed:
ChangeLog
NEWS
man/gpasswd.1.xml
man/groupmems.8.xml
src/chage.c
src/chgpasswd.c
src/chpasswd.c
src/chsh.c
src/faillog.c
src/gpasswd.c
src/groupadd.c
src/groupmems.c
src/groupmod.c
src/lastlog.c
src/newusers.c
src/passwd.c
src/su.c
src/useradd.c
src/userdel.c
src/usermod.c
src/vipw.c