mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
Error in documentation of +LINE:COL (#2205)
Its +LINE:COL not +LINE,COL
This commit is contained in:
parent
d3b9b37b07
commit
fe59e18e69
@ -238,7 +238,7 @@ Here are the available options:
|
||||
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.
|
||||
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`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user