git.slaskete.net
/
einar-bin
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed9a9b7
)
Document that -j/--jpg is an option
author
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Tue, 17 Aug 2021 12:59:33 +0000
(14:59 +0200)
committer
Einar Jørgen Haraldseid
<einar@haraldseid.net>
Tue, 17 Aug 2021 12:59:33 +0000
(14:59 +0200)
screenshot.sh
patch
|
blob
|
history
diff --git
a/screenshot.sh
b/screenshot.sh
index d9205477e96a7612ad3b190b0f7443cbe15a26ca..2649ddf99e4359540b98b5045b8c6710d37eef85 100755
(executable)
--- a/
screenshot.sh
+++ b/
screenshot.sh
@@
-47,7
+47,7
@@
function take_screenshot() {
function show_error() {
errcho "Please use one of: -w, --window, -a, --area, -s, --selection,"
- errcho " -f, --full or no argument at all."
+ errcho " -f, --full
, -j, --jpg
or no argument at all."
exit 1
}