Skip to content

Commit a9882c0

Browse files
committed
Update Cli.ml
1 parent 09fba28 commit a9882c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

analysis/src/Cli.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Options:
3030

3131
references: get references to item in Foo.res at line 10 column 2:
3232

33-
./run.exe references src/Foo.res 10 2
33+
./run.exe references src/Foo.res 10 2
3434

3535
documentSymbol: get all symbols in Foo.res:
3636

37-
./run.exe documentSymbol src/Foo.res
37+
./run.exe documentSymbol src/Foo.res
3838
|}
3939

4040
let main () =

0 commit comments

Comments
 (0)