From: Alejandro Colomar Date: Sun, 5 Nov 2023 16:43:22 +0000 (+0100) Subject: bin/grepc: srcfix (Remove unnecessary comment) X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a7a0e53d800eb9e2859153b6aae61d25bc1cc8b;p=thirdparty%2Fman-pages.git bin/grepc: srcfix (Remove unnecessary comment) Signed-off-by: Alejandro Colomar --- diff --git a/bin/grepc b/bin/grepc index ef965a355..fcdf43610 100755 --- a/bin/grepc +++ b/bin/grepc @@ -95,7 +95,7 @@ while getopts "A:B:C:chiklnrt:" opt; do esac; ;; \?) - exit 1; # getopts(1) prints an error msg. + exit 1; ;; esac; done;