docs: tweak application title in --help output

This commit is contained in:
CJ van den Berg 2024-10-14 19:44:01 +02:00
parent 0c239ec92d
commit f2ae12a298
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -42,7 +42,8 @@ pub fn main() anyerror!void {
const Flags = struct { const Flags = struct {
pub const description = 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 \\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 +<LINE> separately to set the line. \\file name to specify a specific location, or pass +<LINE> separately to set the line.