]> arthur.barton.de Git - backup-script.git/commitdiff
Display location of configuration when usage is shown
authorAlexander Barton <alex@barton.de>
Tue, 18 Aug 2015 08:31:55 +0000 (10:31 +0200)
committerAlexander Barton <alex@barton.de>
Tue, 18 Aug 2015 08:31:55 +0000 (10:31 +0200)
bin/backup-script

index 95b376cf271d558e717abd4243e9f1b9919648eb..e2d796a14f864986a032e69b813bd18dcfc2f134 100755 (executable)
@@ -50,6 +50,9 @@ Usage() {
        echo
        echo "When no <system> is given, all defined systems are used."
        echo
+       echo "Configuration file is \"$conf\","
+       echo "using \"$conf_d\" as configuration directory."
+       echo
        exit 1
 }