From 9db287bcc3e36fd18078b6d077492d68cca97d8e Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 14 Oct 2024 19:47:41 +0200 Subject: [PATCH] docs: add missing colon --- src/main.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index 8c17acb..35ef2b2 100644 --- a/src/main.zig +++ b/src/main.zig @@ -41,7 +41,7 @@ pub fn main() anyerror!void { const Flags = struct { pub const description = - application_title ++ " " ++ application_subtext ++ + application_title ++ ": " ++ application_subtext ++ \\ \\ \\Pass in file names to be opened with an optional :LINE or :LINE:COL appended to the