From: Philippe Eberli Date: Mon, 14 Feb 2022 21:32:46 +0000 (+0100) Subject: Error in documentation of +LINE:COL (#2205) X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=fe59e18e69b0811a754be7c3321c88c670ad3899;p=micro.git Error in documentation of +LINE:COL (#2205) Its +LINE:COL not +LINE,COL --- diff --git a/runtime/help/options.md b/runtime/help/options.md index 0c6019ec..4d12687a 100644 --- a/runtime/help/options.md +++ b/runtime/help/options.md @@ -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`