]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
Add missing 'p' to the getopt_long's optstring.
authornekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 19 Feb 2008 21:10:17 +0000 (21:10 +0000)
committernekral-guest <nekral-guest@5a98b0ae-9ef6-0310-add3-de5d479b70d7>
Tue, 19 Feb 2008 21:10:17 +0000 (21:10 +0000)
ChangeLog
src/groupadd.c

index f71273598d6e7f05cfd9ee192da353912a12c3d6..2a2bc866e81dd2ba1a30d8532db665a792f6367b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
+
+       * src/groupadd.c: Add missing 'p' to the getopt_long's optstring.
+
 2008-02-19  Nicolas François  <nicolas.francois@centraliens.net>
 
        * NEWS, etc/login.defs: Set GID_MIN to the same value as UID_MIN
index 8a2b429494849034fcd33fba19523865eaa578e9..7e6ab8e69ea4cd150c0f0a03074182e185522e34 100644 (file)
@@ -364,7 +364,7 @@ static void process_flags (int argc, char **argv)
        };
 
        while ((c =
-               getopt_long (argc, argv, "fg:hK:or", long_options,
+               getopt_long (argc, argv, "fg:hK:op:r", long_options,
                             &option_index)) != -1) {
                switch (c) {
                case 'f':