aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/bsdlabel.c
diff options
context:
space:
mode:
authorMaxim Konovalov <maxim@FreeBSD.org>2006-10-20 13:10:27 +0000
committerMaxim Konovalov <maxim@FreeBSD.org>2006-10-20 13:10:27 +0000
commitf72bbf974be9c55ef00e9ba7ee5a9d646bc424ca (patch)
treea1cdf6b032d66cef2e48ce1e0164ffad475645b4 /sbin/bsdlabel/bsdlabel.c
parentd0ea53f561b29eff834bac571838ebc0922a6ea9 (diff)
downloadsrc-f72bbf974be9c55ef00e9ba7ee5a9d646bc424ca.tar.gz
src-f72bbf974be9c55ef00e9ba7ee5a9d646bc424ca.zip
o '-s' flag was killed in rev. 1.75. Clean getopt(3).
PR: bin/104616 Submitted by: Oliver Fromme MFC after: 1 week
Notes
Notes: svn path=/head/; revision=163539
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r--sbin/bsdlabel/bsdlabel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index 366d5ec2c5c4..bcba1253751d 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -148,7 +148,7 @@ main(int argc, char *argv[])
int ch, error = 0;
char const *name = 0;
- while ((ch = getopt(argc, argv, "ABb:efm:nRrs:w")) != -1)
+ while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)
switch (ch) {
case 'A':
allfields = 1;