From: Einar Jørgen Haraldseid Date: Tue, 17 Aug 2021 12:59:33 +0000 (+0200) Subject: Document that -j/--jpg is an option X-Git-Url: https://git.slaskete.net/einar-bin/commitdiff_plain/8cd946fdd1bb1bdf7793a7ace8e1ccb9b1340371?hp=ed9a9b728dddc3157fd86f95364b94237dd3b203 Document that -j/--jpg is an option --- diff --git a/screenshot.sh b/screenshot.sh index d920547..2649ddf 100755 --- 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 }