Skip to content

Commit

Permalink
docs: Fix some wrong info in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Persch committed Oct 21, 2022
1 parent ec7476f commit 0df2e54
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,13 @@ After installing GNOME-TERMINAL with `-Ddebugg=true` flag, you can use `GNOME_TE
GNOME-TERMINAL to print out the debug information

```
# You should change gnome-terminal-[2.91] to the version you build
$ GNOME_TERMINAL_DEBUG=selection ./_build/src/app/gnome-terminal-2.91
$ GNOME_TERMINAL_DEBUG=selection ./_build/src/gnome-terminal-server [...]
# Or, you can mixup with multiple logging level
$ GNOME_TERMINAL_DEBUG=selection,draw,cell ./_build/src/app/gnome-terminal-2.91
$ GNOME_TERMINAL_DEBUG=selection,draw,cell ./_build/src/gnome-terminal-server [...]
$ Or, you can use `all` to print out all logging message
$ GNOME_TERMINAL_DEBUG=all ./_build/src/app/gnome-terminal-2.91
$ GNOME_TERMINAL_DEBUG=all ./_build/src/gnome-terminal-server [...]
```

For logging level information, please refer to enum [TerminalDebugFlags](src/terminal-debug.hh).
Expand Down

0 comments on commit 0df2e54

Please sign in to comment.