docs: tweak application title in --help output
This commit is contained in:
parent
0c239ec92d
commit
f2ae12a298
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue