commit f7e83c7f0794c3f29390e8ed635a27710a01a5b2 parent d5d6d9215c73cf68fad1feffb6cb41cb4fd8357f Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 17 Feb 2021 22:13:37 +0100 backup: fix error message on invalid call Diffstat:
M | .local/bin/backup | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.local/bin/backup b/.local/bin/backup @@ -51,7 +51,7 @@ while :; do done if [ $# -lt 1 ]; then - die 'error: no TARGET specified, see --help' + die 'error: no TARGET specified' fi backup_home_etc "$1"