]> git.lizzy.rs Git - micro.git/commitdiff
Error in documentation of +LINE:COL (#2205)
authorPhilippe Eberli <p.eberli@gmx.ch>
Mon, 14 Feb 2022 21:32:46 +0000 (22:32 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Feb 2022 21:32:46 +0000 (13:32 -0800)
Its +LINE:COL not +LINE,COL

runtime/help/options.md

index 0c6019ec2c0fc5d9ed190da220b991e521ff659c..4d12687aa551f29f98c52d3b9145e5d77171fa69 100644 (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
    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`