Improved usage text

This commit is contained in:
deajan 2016-04-06 21:08:24 +02:00
parent d0982a6cf6
commit 78233a408e
1 changed files with 1 additions and 0 deletions

View File

@ -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
}