Skip to content

Commit d64317f

Browse files
authored
Merge pull request pappasam#306 from dsblank/patch-1
Added -v flag in README to match output
2 parents 3d75b06 + b9912ea commit d64317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ usage: jedi-language-server [-h] [--version] [--tcp] [--ws] [--host HOST] [--por
433433
If testing sending requests over stdio manually from the command line, you must include Windows-style line endings: `\r\n`. For an example, from within this project, run the following:
434434

435435
```console
436-
$ jedi-language-server < ./example-initialization-request.txt
436+
$ jedi-language-server -v < ./example-initialization-request.txt
437437
INFO:pygls.server:Starting IO server
438438
...
439439
```

0 commit comments

Comments
 (0)