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 84ab07122de981977983ab14d33eaa6551810adc
parent 9872e5427e83c7408b2d393b82808e1af65fb60c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  2 Jan 2019 10:37:44 +0100

Document -- option

Diffstat:
Mlinks/bin/upload | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/links/bin/upload b/links/bin/upload @@ -14,6 +14,7 @@ function show_help { echo "OPTIONS are one or more of the following:" echo " -h, --help show this message" echo " -v, --version show version and license information" + echo " -- do not consider any following arguments as options" echo " -b, --border if an image, add a 10% white border to FILES" echo " -r, --resize if an image, resize FILES to fit 800x800 pixels" echo " without changing its width-to-height ratio"