---
 grep.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grep.c b/grep.c
index 1376513..489f6e7 100644
--- a/grep.c
+++ b/grep.c
@@ -42,11 +42,11 @@ main(int argc, char *argv[])
        case 'E':
                flags |= REG_EXTENDED;
                break;
-       case 'c':
        case 'e':
                addpattern(EARGF(usage()));
                eflag = true;
                break;
+       case 'c':
        case 'l':
        case 'n':
        case 'q':
-- 
2.1.3.1.g339ec9c


Reply via email to