A few typos

This commit is contained in:
Nox Sluijtman 2023-02-18 22:51:07 +01:00
parent 1bb80fd5b7
commit cc998e931d
3 changed files with 3 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
pkgname=maim-utils
pkgver=1.0
pkgrel=7
pkgrel=8
pkgdesc="A few common screenshot options rolled into one script based on maim"
url="https://alpine.voidcruiser.nl"
arch="noarch"
@ -24,5 +24,5 @@ package() {
}
sha512sums="
c6c1a2778713d9839378f990bebd3e1e604ab1926b4846dae7d3f0774e326a5a888a1a0f3dd3a6e0640cc30a2b5b52fdd27d661a04659b6038700f4d0bbd2dc1 maim-utils-1.0.tar.gz
c7d4149eb750cabd606d9ae6a468f52af17e1318722463684030900835eeb86d0f35bbfee6e24306e9ee8a32e5405452fa548361be2012b1171fd19e195e9b26 maim-utils-1.0.tar.gz
"

View file

@ -56,7 +56,7 @@ case $1 in
sel-clip|clip-sel|clip-selection) clip_selection;;
full|fullscreen) fullscreen;;
full-clip|clip-full|clip-fullscreen) clip_fullscreen;;
focus) foucs;;
focus) focus;;
clip-focus|focus-clip) clip_focus;;
open|show|screenshots) xdg-open $savedir;;
*) usage;;

View file

@ -28,8 +28,6 @@ This can be changed by setting the *$SCROTDIR* environment variable.
Take a screenshot of the entire screen and save it to the screenshot
directory.
same as *fullscreen*.
*selection* and *sel*
Take a screenshot based on a rectangular selection and save it to the
screenshot directory.