From 2185f82a2897bf639dd65250ebc5f33fdd0e78cc Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 15 Aug 2025 15:56:10 +0200 Subject: [PATCH] typo --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 6ec6afba1..a5a83c011 100644 --- a/src/main.c +++ b/src/main.c @@ -1067,7 +1067,7 @@ int main(int argc, char **argv) case 'q': /* Command completion */ qflag = FALSE; - fprintf(stderr, "Warning: Command completion is not supported, 'q' ignored\n"); + fprintf(stderr, "Warning: Command completion is not supported, 'q' is ignored\n"); break; case 'r': /* The raw file */