From: Simon Ruderich Date: Sat, 17 May 2014 21:16:32 +0000 (+0200) Subject: fix -m option X-Git-Url: https://ruderich.org/simon/gitweb/?p=wall-notify%2Fwall-notify.git;a=commitdiff_plain;h=7b96775207895be63fb280ab147e4e9923c7bb26 fix -m option --- diff --git a/src/wall-notify.c b/src/wall-notify.c index 3a18244..bd1e8ad 100644 --- a/src/wall-notify.c +++ b/src/wall-notify.c @@ -399,6 +399,7 @@ int main(int argc, char **argv) { break; case 'm': mesg_yes = 1; + break; case 'h': usage(argv[0]); break;