]> granicus.if.org Git - shadow/commitdiff
* src/gpasswd.c: Remove the documentation of options from the
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Mar 2009 22:21:26 +0000 (22:21 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Fri, 13 Mar 2009 22:21:26 +0000 (22:21 +0000)
main() documentation. It will always be outdated here.

ChangeLog
src/gpasswd.c

index 3680e8c2a40b12c77f2da3fe6c42d9208f75c290..59cb3a1f7d6a06c9788e1e4b2bf9f9ae13e4c590 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-13  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/gpasswd.c: Remove the documentation of options from the
+       main() documentation. It will always be outdated here.
+
 2009-03-13  Nicolas François  <nicolas.francois@centraliens.net>
 
        * src/lastlog.c: lastlog variable renamed to ll to avoid name
index 413260e39b52d2d0e20ee71985f159e056890fcf..d71275aea334c5788c2180bbd002ae85201d85a5 100644 (file)
@@ -959,13 +959,6 @@ static void change_passwd (struct group *gr)
 
 /*
  * gpasswd - administer the /etc/group file
- *
- *     -a user         add user to the named group
- *     -d user         remove user from the named group
- *     -r              remove password from the named group
- *     -R              restrict access to the named group
- *     -A user,...     make list of users the administrative users
- *     -M user,...     make list of users the group members
  */
 int main (int argc, char **argv)
 {