dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 5562ec796931fa5967fcf64d6e0b1abde5fcbba5
parent 194cc02948e69206ddab6bd4a3727ac953ce0301
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 29 Dec 2019 09:22:56 +0100

Improve help description

Diffstat:
M.local/bin/capture_image.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.local/bin/capture_image.sh b/.local/bin/capture_image.sh @@ -12,7 +12,7 @@ show_help() { echo "If FILE is not specified, the image is saved as:" echo " DEVICE_YYYY-MM-DD_HH:MM:SS.jpg" echo - echo "FILE is written as stdout." + echo "The FILE name is written as stdout." echo echo "OPTIONS are one or more of the following:" echo " -h, --help show this message"