From 8cd946fdd1bb1bdf7793a7ace8e1ccb9b1340371 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Einar=20J=C3=B8rgen=20Haraldseid?= Date: Tue, 17 Aug 2021 14:59:33 +0200 Subject: [PATCH 1/1] Document that -j/--jpg is an option --- screenshot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- 2.30.2