Skip to content

Commit

Permalink
[doc] minor tweaks to syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
oz committed Oct 15, 2024
1 parent 649c3ff commit 09a657c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ You're welcome to file an issue about it. I enjoy reading those.

If you would rather not type the list everytime, you could set an alias
for your shell, or use the `TZ_LIST` environment variable with a
semi-colon separated list of [tz data][tzdata] zone names (see
*Configuration* below). Command-line arguments trump the environment
variable.
semi-colon separated list of [tz data][tzdata] zone names, or use a
configuration file (see *Configuration* below).

Check out `tz -h` for other flags.

Expand Down Expand Up @@ -110,6 +109,7 @@ next_week = ["n", ">"]
toggle_date = ["d"]
open_web = ["o", "x"]
now = ["t"]
quit = ["q", "esc", "ctrl+c"]
```

## Environment Variable
Expand Down
1 change: 1 addition & 0 deletions example-conf.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ next_week = ["n"]
toggle_date = ["d"]
open_web = ["o"]
now = ["t"]
quit = ["q", "esc", "ctrl+c"]

0 comments on commit 09a657c

Please sign in to comment.