Commit 6cd6e73
authored
Fix incorrect command name in
Currently the name of the command is `source-kit-lsp` in `sourcekit-lsp --help` output:
```
❯ sourcekit-lsp --help
OVERVIEW: Language Server Protocol implementation for Swift and C-based languages
USAGE: source-kit-lsp <options> <subcommand>
```sourcekit-lsp --help output1 parent acabb1d commit 6cd6e73
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
105 | 106 | | |
106 | 107 | | |
107 | 108 | | |
| |||
0 commit comments