X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=bin%2FMakefile;h=492795b6a4f1870abc2dce3d09207e8c5d942808;hb=ca820a0270bfe77d571815cf059e3ea3d292ff81;hp=b9048d6d2836b97ffe83cd3447d5bbb9a8c163f1;hpb=51e8c14f812714bb1bdad1d119be56ca79cb2076;p=backup-script.git diff --git a/bin/Makefile b/bin/Makefile index b9048d6..492795b 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -16,5 +16,6 @@ install-local: $(DESTDIR)$(PREFIX)/sbin/backup-status check-local: - ./backup-script --help | fgrep 'Usage' >/dev/null - ./backup-script --help | fgrep 'Configuration file' >/dev/null + ./backup-script --help | fgrep 'Usage: ' >/dev/null + ./backup-script --help | fgrep 'Configuration file is "' >/dev/null + ./backup-status --help | fgrep 'Usage: ' >/dev/null