Error in documentation of +LINE:COL (#2205)

Its +LINE:COL not +LINE,COL
This commit is contained in:
Philippe Eberli 2022-02-14 22:32:46 +01:00 committed by GitHub
parent d3b9b37b07
commit fe59e18e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -238,7 +238,7 @@ Here are the available options:
given line and column 0. Note that with this option enabled it is not possible given line and column 0. Note that with this option enabled it is not possible
to open a file such as `file.txt:10:5`, where `:10:5` is part of the filename. to open a file such as `file.txt:10:5`, where `:10:5` is part of the filename.
It is also possible to open a file with a certain cursor location by using the It is also possible to open a file with a certain cursor location by using the
`+LINE,COL` flag syntax. See `micro -help` for the command line options. `+LINE:COL` flag syntax. See `micro -help` for the command line options.
default value: `false` default value: `false`