From beb8775eb83d3b82f3b2b98aa87286fcce78aaad Mon Sep 17 00:00:00 2001 From: job Date: Wed, 1 Sep 2021 16:12:38 +0000 Subject: [PATCH] Case h is pointless Feedback from deraadt@ --- usr.bin/timeout/timeout.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.20.1