summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw.c
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-06-07 21:59:43 +0000
committerbapt <bapt@FreeBSD.org>2015-06-07 21:59:43 +0000
commit2bc43a746d2a24b00b89aaaac24138c7fc2c425c (patch)
tree8e76876f5eed9b1aafd84c3f576c9195bc808e6d /usr.sbin/pw/pw.c
parent65b30fab70c3b273f9797608833f522b5a12f43d (diff)
downloadFreeBSD-src-2bc43a746d2a24b00b89aaaac24138c7fc2c425c.zip
FreeBSD-src-2bc43a746d2a24b00b89aaaac24138c7fc2c425c.tar.gz
Fix mistakes than came along with r284139
Diffstat (limited to 'usr.sbin/pw/pw.c')
-rw-r--r--usr.sbin/pw/pw.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pw/pw.c b/usr.sbin/pw/pw.c
index d75557e..b21f6c0 100644
--- a/usr.sbin/pw/pw.c
+++ b/usr.sbin/pw/pw.c
@@ -113,7 +113,7 @@ main(int argc, char *argv[])
"R:V:C:qn:u:rY",
"R:V:C:qn:u:c:d:e:p:g:G:mM:l:k:s:w:L:h:H:FNPY",
"R:V:C:qn:u:FPa7",
- "R:V:C",
+ "R:V:C:",
"R:V:C:q",
"R:V:C:q"
},
@@ -122,7 +122,7 @@ main(int argc, char *argv[])
"R:V:C:qn:g:Y",
"R:V:C:qn:d:g:l:h:H:FM:m:NPY",
"R:V:C:qn:g:FPa",
- "R:V:C"
+ "R:V:C:"
}
};
OpenPOWER on IntegriCloud