Browse Source

Merge pull request #2362 from DillonFlohr/master

Escaping double dashes.
Max Hilbrunner 6 years ago
parent
commit
df79e4ab0a
1 changed files with 3 additions and 3 deletions
  1. 3 3
      getting_started/editor/external_editor.rst

+ 3 - 3
getting_started/editor/external_editor.rst

@@ -31,11 +31,11 @@ Some example Exec Flags for various editors include:
 +---------------------+-----------------------------------------------------+
 | Editor              | Exec Flags                                          |
 +=====================+=====================================================+
-| Geany/Kate          | {file} --line {line} --column {col}                 |
+| Geany/Kate          | {file} -\-line {line} -\-column {col}                 |
 +---------------------+-----------------------------------------------------+
 | Atom/Sublime Text   | {file}:{line}                                       |
 +---------------------+-----------------------------------------------------+
-| JetBrains Rider     | --line {line} {file}                                |
+| JetBrains Rider     | -\-line {line} {file}                                |
 +---------------------+-----------------------------------------------------+
-| Visual Studio Code  | {project} --goto {file}:{line}:{col}                |
+| Visual Studio Code  | {project} -\-goto {file}:{line}:{col}                |
 +---------------------+-----------------------------------------------------+