From 09a657c6869cbc9e58d2fa51ec77d7634b100d01 Mon Sep 17 00:00:00 2001 From: Arnaud Berthomier Date: Mon, 14 Oct 2024 19:03:50 -0600 Subject: [PATCH] [doc] minor tweaks to syntax --- README.md | 6 +++--- example-conf.toml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b98aa3..a64a95f 100644 --- a/README.md +++ b/README.md @@ -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. @@ -110,6 +109,7 @@ next_week = ["n", ">"] toggle_date = ["d"] open_web = ["o", "x"] now = ["t"] +quit = ["q", "esc", "ctrl+c"] ``` ## Environment Variable diff --git a/example-conf.toml b/example-conf.toml index fa4018c..2ee37e9 100644 --- a/example-conf.toml +++ b/example-conf.toml @@ -24,3 +24,4 @@ next_week = ["n"] toggle_date = ["d"] open_web = ["o"] now = ["t"] +quit = ["q", "esc", "ctrl+c"]