From: job Date: Wed, 1 Sep 2021 16:12:38 +0000 (+0000) Subject: Case h is pointless X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=beb8775eb83d3b82f3b2b98aa87286fcce78aaad;p=openbsd Case h is pointless Feedback from deraadt@ --- diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c index 48bb2ea6739..f1f072a7aa4 100644 --- a/usr.bin/timeout/timeout.c +++ b/usr.bin/timeout/timeout.c @@ -211,7 +211,6 @@ main(int argc, char **argv) break; case 0: break; - case 'h': default: usage(); break;