diff options
author | maxim <maxim@FreeBSD.org> | 2006-09-18 14:00:39 +0000 |
---|---|---|
committer | maxim <maxim@FreeBSD.org> | 2006-09-18 14:00:39 +0000 |
commit | 4af3cb5278cb6743184c4bf03cf387ca82385735 (patch) | |
tree | cb2241685e6372f9694e3bed6be31e17324b8856 /usr.sbin/pw | |
parent | 7914c189826d0f105304e37a72d60a9aa2c1cf59 (diff) | |
download | FreeBSD-src-4af3cb5278cb6743184c4bf03cf387ca82385735.zip FreeBSD-src-4af3cb5278cb6743184c4bf03cf387ca82385735.tar.gz |
o Fix groupadd getopt line and make 'pw groupadd -o' work.
PR: bin/100684
Submitted by: Devon H. O'Dell
MFC after: 3 weeks
Diffstat (limited to 'usr.sbin/pw')
-rw-r--r-- | usr.sbin/pw/pw.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c index 4010e84..58b4200 100644 --- a/usr.sbin/pw/pw.c +++ b/usr.sbin/pw/pw.c @@ -115,7 +115,7 @@ main(int argc, char *argv[]) "V:C:q" }, { /* grp */ - "V:C:qn:g:h:H:M:pNPY", + "V:C:qn:g:h:H:M:opNPY", "V:C:qn:g:Y", "V:C:qn:g:l:h:H:FM:m:NPY", "V:C:qn:g:FPa", |