summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/usr.bin/lam/lam.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr.bin/lam/lam.c b/src/usr.bin/lam/lam.c
index 8787795..ebdec7a 100644
--- a/src/usr.bin/lam/lam.c
+++ b/src/usr.bin/lam/lam.c
@@ -105,7 +105,7 @@ getargs(int argc, char *argv[])
 
 	P = S = F = T = 0;		/* capitalized options */
 	while (optind < argc) {
-		switch (ch = getopt(argc, argv, "F:f:P:p:S:s:T:t:")) {
+		switch (ch = getopt(argc, argv, "+F:f:P:p:S:s:T:t:")) {
 		case 'F': case 'f':
 			F = (ch == 'F');
 			/* Validate format string argument. */