From f2c8017df4af3077e5f9e5e214616e7f0eff799e Mon Sep 17 00:00:00 2001 From: nekral-guest Date: Fri, 13 Mar 2009 22:21:26 +0000 Subject: [PATCH] * src/gpasswd.c: Remove the documentation of options from the main() documentation. It will always be outdated here. --- ChangeLog | 5 +++++ src/gpasswd.c | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3680e8c2..59cb3a1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-03-13 Nicolas François + + * src/gpasswd.c: Remove the documentation of options from the + main() documentation. It will always be outdated here. + 2009-03-13 Nicolas François * src/lastlog.c: lastlog variable renamed to ll to avoid name diff --git a/src/gpasswd.c b/src/gpasswd.c index 413260e3..d71275ae 100644 --- a/src/gpasswd.c +++ b/src/gpasswd.c @@ -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) { -- 2.40.0