aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/grimshot
diff options
context:
space:
mode:
authorLibravatar Paul Ouellette <oue.paul18@gmail.com>2020-05-07 22:56:25 -0400
committerLibravatar Tudor Brindus <me@tbrindus.ca>2020-05-10 17:25:54 -0400
commitb1d08db5f5112ab562f89564825e3e791b0682c4 (patch)
treeecb943da4c2fb0f323509a2c4d2c950dcfcbc02a /contrib/grimshot
parentinput/tablet: simplify parameter plumbing for tablet references (diff)
downloadsway-b1d08db5f5112ab562f89564825e3e791b0682c4.tar.gz
sway-b1d08db5f5112ab562f89564825e3e791b0682c4.tar.zst
sway-b1d08db5f5112ab562f89564825e3e791b0682c4.zip
Fix some mistakes in grimshot docs
Diffstat (limited to 'contrib/grimshot')
-rwxr-xr-xcontrib/grimshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/grimshot b/contrib/grimshot
index 2e30c69e..24580dcd 100755
--- a/contrib/grimshot
+++ b/contrib/grimshot
@@ -46,7 +46,7 @@ if [ "$ACTION" != "save" ] && [ "$ACTION" != "copy" ] && [ "$ACTION" != "check"
46 echo " active: Currently active window." 46 echo " active: Currently active window."
47 echo " screen: All visible outputs." 47 echo " screen: All visible outputs."
48 echo " output: Currently active output." 48 echo " output: Currently active output."
49 echo " region: Manually select a region." 49 echo " area: Manually select a region."
50 echo " window: Manually select a window." 50 echo " window: Manually select a window."
51 exit 51 exit
52fi 52fi