From 5940b072fd80ced9aa2991f9193ea653aced0d9a Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 30 Apr 2021 20:04:26 -0400 Subject: palaver: Exit on getopt failure Oops. --- extra/palaver/notify.c | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit 1.4.1 1bdbb9475de61b'>this commit collaborative ASCII art
summary refs log tree commit diff homepage
path: root/sshd_config (unfollow)
Commit message (Expand)Author
2017-07-30Add snapshot.shJune McEnroe
2017-07-30Fix termcap patch for background colorsJune McEnroe
2017-07-30Update helpJune McEnroe
2017-07-30Fix help to track colorJune McEnroe
2017-07-30Support background colorsJune McEnroe
2017-07-30Track color only client-sideJune McEnroe
2017-07-30Add ostensible support for background colorsJune McEnroe
2017-07-30Add tile create and access timestampsJune McEnroe
2017-07-30Assert stable struct Tile field offsetsJune McEnroe
2017-07-30Add chroot.shJune McEnroe
2017-07-30Add ` commandJune McEnroe
2017-07-30Add sshd_configJune McEnroe
2017-07-30Add termcap patchJune McEnroe