commit d99dc24793238b437efe3efe8758ffd631fa0359
parent abe24456b172d7e04932689572604c808589dad2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 29 Dec 2019 09:50:22 +0100
Show default video device in help text
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/capture_image.sh b/.local/bin/capture_image.sh
@@ -18,7 +18,7 @@ show_help() {
echo " -h, --help show this message"
echo " -v, --version show version and license information"
echo " -V, --verbose show verbose information"
- echo " -d, --device <device> specify video device"
+ echo " -d, --device <device> specify video device (default $device)"
echo " -- do not consider any following args as options"
}