Fix typo in description on Config Backup. Update changelog

This commit is contained in:
Out Of Ideas 2023-11-28 07:55:14 -06:00
parent 5dba2dfa68
commit a7ca11c1ca

View file

@ -3,7 +3,7 @@
# Config Backup #
# #
# Backups my config files in my git repo. The user #
# specifies the directory of the git repo, the files #
# specifies the directory of the git repo, the files to #
# backup, and the files to replace in this script. By #
# default the script may not be run as root #
# #
@ -17,6 +17,8 @@
# 27/11/2023 Out Of Odeas Initial version of the #
# program. Works as expected. #
# #
# 28/11/2023 Out Of Ideas Fix typo in description. #
# #
############################################################
############################################################
############################################################
@ -56,7 +58,7 @@
Help()
{
# Display Help
echo "Backups my config files in my git repo. The user specifies the directory of the git repo, the files backup, and the files to replace in this script. By default the script may not be run as root."
echo "Backups my config files in my git repo. The user specifies the directory of the git repo, the files to backup, and the files to replace in this script. By default the script may not be run as root."
echo
echo "Syntax: config-backup [-h|p|v|V]"
echo "options:"