summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--extra/palaver/notify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/palaver/notify.c b/extra/palaver/notify.c
index 67d416c..c6a745c 100644
--- a/extra/palaver/notify.c
+++ b/extra/palaver/notify.c
@@ -708,6 +708,7 @@ int main(int argc, char *argv[]) {
 			break; case 'u': user = optarg;
 			break; case 'v': verbose = true;
 			break; case 'w': pass = optarg;
+			break; default:  return EX_USAGE;
 		}
 	}
 	if (optind == argc) errx(EX_USAGE, "host required");
href='/src/commit/bin/hilex/c.l?id=6de9bdf4c5b7361c445ab984cf0258442d3bd9db&follow=1'>Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe 2020-12-29Add hilex HTML outputJune McEnroe