diff options
author | Alan <51193876+Pound-Hash@users.noreply.github.com> | 2022-04-23 09:45:34 -0700 |
---|---|---|
committer | Simon Ser <contact@emersion.fr> | 2022-04-23 22:34:11 +0200 |
commit | 3caf6914fefe24ae6191484abb47f8c1ce7a42e2 (patch) | |
tree | 976a9dca2c35bfeac909f032436fbe4a8e06be88 /contrib | |
parent | a5f01a0e04642cf035e5ae416e7bc631988e30a6 (diff) |
Update grimshot.1.scd
Fixed typo. The object is **files**, which is plural. **image** modifies files; it's not countable.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/grimshot.1.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/grimshot.1.scd b/contrib/grimshot.1.scd index ccdce2c1..e356f99d 100644 --- a/contrib/grimshot.1.scd +++ b/contrib/grimshot.1.scd @@ -19,7 +19,7 @@ grimshot - a helper for screenshots within sway Include cursors in the screenshot. *save* - Save the screenshot into a regular file. Grimshot will write images + Save the screenshot into a regular file. Grimshot will write image files to *XDG_SCREENSHOTS_DIR* if this is set (or defined in *user-dirs.dir*), or otherwise fall back to *XDG_PICTURES_DIR*. Set FILE to '-' to pipe the output to STDOUT. |