summaryrefslogtreecommitdiffstats
path: root/docs/usage.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/usage.md')
-rw-r--r--docs/usage.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/usage.md b/docs/usage.md
index 3b05b68..88a95b9 100644
--- a/docs/usage.md
+++ b/docs/usage.md
@@ -430,7 +430,7 @@ Duration is measured in seconds.
### Configuration file
-**fselect** tries to create a new configuration file if one doesn't exists.
+**fselect** tries to create a new configuration file if one doesn't exist.
Usual location on Linux:
@@ -447,6 +447,15 @@ You can also specify config location with runtime option, e.g.:
fselect --config /home/user_name/fselect_custom.toml name, size from /home/user_name/Music where is_audio = 1
+#### Check for updates
+
+**fselect** can be built with `update-notifications` feature, that enables automatic check for updates.
+This check is disabled by default. To enable it, put
+
+ check_for_updates = true
+
+into the config file.
+
### Command-line arguments
| Argument | Meaning |