diff options
Diffstat (limited to '')
-rw-r--r-- | extra/palaver/notify.c | 1 |
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"); |