From f2ae12a29891d19db39ef46cf049fb155a81eb45 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 14 Oct 2024 19:44:01 +0200 Subject: [PATCH] docs: tweak application title in --help output --- src/main.zig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.zig b/src/main.zig index c49fcf6..45bf091 100644 --- a/src/main.zig +++ b/src/main.zig @@ -42,7 +42,8 @@ pub fn main() anyerror!void { const Flags = struct { pub const description = - \\A programmer's text editor. + application_title ++ " " ++ application_subtext ++ + \\ \\ \\Pass in file names to be opened with an optional :LINE or :LINE:COL appended to the \\file name to specify a specific location, or pass + separately to set the line.