* NEWS, src/gpasswd.c, man/gpasswd.1.xml: Add --root option.

* src/gpasswd.c: The getopt index of long options is not used.
This commit is contained in:
nekral-guest
2011-11-06 18:38:39 +00:00
parent 4beca611fb
commit 7b8c4952a8
4 changed files with 30 additions and 5 deletions

View File

@@ -42,6 +42,8 @@
* NEWS, src/chsh.c, man/chsh.1.xml: Add --root option.
chsh's usage split in smaller messages.
* src/chsh.c: The getopt index of long options is not used.
* NEWS, src/gpasswd.c, man/gpasswd.1.xml: Add --root option.
* src/gpasswd.c: The getopt index of long options is not used.
2011-10-22 Nicolas François <nicolas.francois@centraliens.net>