docs: add missing colon
This commit is contained in:
parent
cb11ccfeb4
commit
9db287bcc3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue