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 94ea824940c8b42446fb30f5d869a55e2f88a8e4
parent 1605b87314cce9ea5a4e199e0cfc98cce63a1279
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 24 Apr 2019 09:55:10 +0200

Fix misleading help text

Diffstat:
Mbin/backup-b2 | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/bin/backup-b2 b/bin/backup-b2 @@ -25,7 +25,6 @@ function show_help { echo " restore SRC DST Restore SRC file or dir from backup to local" echo " DST. The SRC must be the path listed as the" echo " last column from the 'list' command" - echo "if no COMMAND is specified, the default is 'backup'" echo echo "OPTIONS are one or more of the following:" echo " -h, --help show this message"