diff options
Diffstat (limited to 'loginutils/adduser.c')
-rw-r--r-- | loginutils/adduser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/adduser.c b/loginutils/adduser.c index 79cd2f4f7..eee4a000d 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c | |||
@@ -182,7 +182,7 @@ int adduser_main(int argc, char **argv) | |||
182 | 182 | ||
183 | /* exactly one non-option arg */ | 183 | /* exactly one non-option arg */ |
184 | opt_complementary = "=1"; | 184 | opt_complementary = "=1"; |
185 | getopt32(argc, argv, "h:g:s:G:DSH", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup); | 185 | getopt32(argv, "h:g:s:G:DSH", &pw.pw_dir, &pw.pw_gecos, &pw.pw_shell, &usegroup); |
186 | argv += optind; | 186 | argv += optind; |
187 | 187 | ||
188 | /* create a passwd struct */ | 188 | /* create a passwd struct */ |