about summary refs log tree commit diff
path: root/src/usr.bin/jot/jot.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/jot/jot.c')
-rw-r--r--src/usr.bin/jot/jot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.bin/jot/jot.c b/src/usr.bin/jot/jot.c
index fa74270..b2e4a05 100644
--- a/src/usr.bin/jot/jot.c
+++ b/src/usr.bin/jot/jot.c
@@ -90,7 +90,7 @@ main(int argc, char *argv[])
 	if (pledge("stdio", NULL) == -1)
 		err(1, "pledge");
 
-	while ((ch = getopt(argc, argv, "b:cnp:rs:w:")) != -1) {
+	while ((ch = getopt(argc, argv, "+b:cnp:rs:w:")) != -1) {
 		switch (ch) {
 		case 'b':
 			boring = true;