From 4c2a5922c22bfa59c582d6caf00b25d5eec95ebf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Wed, 1 Apr 2026 11:29:02 +0200 Subject: [PATCH] Better format e.g. statement. --- ccc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccc b/ccc index f5125ba..2ae2dbd 100755 --- a/ccc +++ b/ccc @@ -55,7 +55,7 @@ if($arg =~ /^(\d+)-(\d+)$/) { } elsif($arg =~ /^\d+$/) { $start_section = $end_section = $arg; } else { - print STDERR "Error: Invalid section format. Use a number (e.g., 270) or range (e.g., 1691-1698)\n"; + print STDERR "Error: Invalid section format. Use a number (e.g. 270) or range (e.g. 1691-1698)\n"; exit 1; }