summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-04 16:08:53 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-04 16:08:53 +0100
commit8a83c119e7d0c75f09159df79848efa49efc2dc7 (patch)
tree6eb9768dbe75654f9ed335b45af31d6fcc60c65c /README.md
parentb13bbbfb3b8306119d86df95c147df62b4f51efe (diff)
Fix typos/errors in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3b7be60..3b33520 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ Available flags are:
| Flag | Default value | Description |
| :--- | :---: | :--- |
-| app | 0 | install icons to /usr/share, regardless of `DESTDIR` and `PREFIX, and call gtk-update-icon-cache afterwards |
+| app | 0 | install icons to /usr/share, regardless of `DESTDIR` and `PREFIX`, and call gtk-update-icon-cache afterwards |
| curl | 1 | use libcurl to view http:// and similar images |
| debug | 0 | debug build, enables `--debug` |
| exif | 0 | Builtin EXIF tag display support |
@@ -87,7 +87,8 @@ Available flags are:
| verscmp | 1 | Support naturing sorting (`--version-sort`). Requires a GNU-compatible libc exposing `strverscmp` |
| xinerama | 1 | Support Xinerama/XRandR multiscreen setups |
-So, by default **libcurl** and **Xinerama** are enabled, the rest is disabled.
+So, by default **libcurl**, **verscmp**, and **Xinerama** are enabled.
+All other flags are disabled.
Additionally, the standard variables `PREFIX` and `DESTDIR` are supported.