summaryrefslogtreecommitdiffstats
path: root/usr.sbin/makefs
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-01 00:36:59 +0000
committerngie <ngie@FreeBSD.org>2016-01-01 00:36:59 +0000
commit2ab722cc043c16866ddbc46bc6548867207c1ae4 (patch)
treebdf50f2070bdfc5b2e6c4d1fc510829a05660d76 /usr.sbin/makefs
parent17e0b17961ee6344f0873d98ea698bd30fe18766 (diff)
downloadFreeBSD-src-2ab722cc043c16866ddbc46bc6548867207c1ae4.zip
FreeBSD-src-2ab722cc043c16866ddbc46bc6548867207c1ae4.tar.gz
MFC r292884:
Fix getopt(3) argument after r290180; I forgot to change -r to -R by accident Pointyhat to: ngie
Diffstat (limited to 'usr.sbin/makefs')
-rw-r--r--usr.sbin/makefs/makefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/makefs/makefs.c b/usr.sbin/makefs/makefs.c
index bca9722..b9491e8 100644
--- a/usr.sbin/makefs/makefs.c
+++ b/usr.sbin/makefs/makefs.c
@@ -113,7 +113,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':
OpenPOWER on IntegriCloud