Fix getopt(3) argument after r290180; I forgot to change -r to -R

by accident

MFC after: 3 days
Pointyhat to: ngie
Reported by: vangyzen
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2015-12-29 20:17:40 +00:00
parent 2d8868dbb7
commit 5e25b19e29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292884

View File

@ -116,7 +116,7 @@ main(int argc, char *argv[])
start_time.tv_sec = start.tv_sec;
start_time.tv_nsec = start.tv_usec * 1000;
while ((ch = getopt(argc, argv, "B:b:Dd:f:F:M:m:N:o:pr:s:S:t:xZ")) != -1) {
while ((ch = getopt(argc, argv, "B:b:Dd:f:F:M:m:N:o:pR:s:S:t:xZ")) != -1) {
switch (ch) {
case 'B':