From 78233a408e5b64047de5b3dd4e9a29d4937594a1 Mon Sep 17 00:00:00 2001 From: deajan Date: Wed, 6 Apr 2016 21:08:24 +0200 Subject: [PATCH] Improved usage text --- upgrade-v1.x-2.x.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/upgrade-v1.x-2.x.sh b/upgrade-v1.x-2.x.sh index 6864f85..7797525 100755 --- a/upgrade-v1.x-2.x.sh +++ b/upgrade-v1.x-2.x.sh @@ -16,6 +16,7 @@ function Usage { echo "This script migrates $SUBPROGRAM $OLD_PROGRAM_VERSION config files to $NEW_PROGRAM_VERSION." echo "" echo "Usage: $0 /path/to/config_file.conf" + echo "Please make sure the config file is writable." exit 128 }