summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/grepc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/grepc b/bin/grepc
index ef965a3..fcdf436 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;