Fix typo in description on Config Backup. Update changelog
This commit is contained in:
parent
5dba2dfa68
commit
a7ca11c1ca
1 changed files with 4 additions and 2 deletions
|
@ -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:"
|
||||
|
|
Loading…
Reference in a new issue