Skip to content

Commit

Permalink
be consistent in the use of quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
inariksit authored Apr 29, 2024
1 parent b855a09 commit 2a654c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/tutorial/gf-tutorial.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1271,9 +1271,9 @@ This works on Mac OS X:
```
> parse "this delicious cheese is very Italian" | visualize_tree -view=open
```
On Linux, one can write either of
On Linux, one can use one of the following commands.
```
> parse "this delicious cheese is very Italian" | visualize_tree -view="eog"
> parse "this delicious cheese is very Italian" | visualize_tree -view=eog
> parse "this delicious cheese is very Italian" | visualize_tree -view=xdg-open
```

Expand Down

0 comments on commit 2a654c0

Please sign in to comment.