Skip to content

Commit

Permalink
Fixes typo in help
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchs-fabian committed Aug 20, 2024
1 parent 025e9f5 commit 4e58c20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Use the script:
Usage: (sudo) ./domposy.sh [-h] [-d] [-n] [-a ACTION] [-s SEARCH_DIR] [-b BACKUP_DIR] [-e EXCLUDE_DIR] [-c]
-h Show help
-d Enables debug logging
-n Executes a dry run, i.e. no changes are made to the file system with the exception of logging.
-n Executes a dry run, i.e. no changes are made to the file system with the exception of logging
-a ACTION ACTION to be performed: 'update', 'backup' or 'all' (Default: 'all')
-s SEARCH_DIR Directory to search for docker-compose files (Default: '/home/')
-b BACKUP_DIR Destination directory for backups (Default: '/tmp/domposy_backups/')
Expand Down
2 changes: 1 addition & 1 deletion domposy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ while getopts ":hdna:s:b:e:c" opt; do
echo "Usage: (sudo) $SCRIPT_NAME [-h] [-d] [-n] [-a ACTION] [-s SEARCH_DIR] [-b BACKUP_DIR] [-e EXCLUDE_DIR] [-c]"
echo " -h Show help"
echo " -d Enables debug logging"
echo " -n Executes a dry run, i.e. no changes are made to the file system with the exception of logging."
echo " -n Executes a dry run, i.e. no changes are made to the file system with the exception of logging"
echo " -a ACTION ACTION to be performed: 'update', 'backup' or 'all' (Default: '${DEFAULT_ACTION}')"
echo " -s SEARCH_DIR Directory to search for ${DOCKER_COMPOSE_NAME} files (Default: '${DEFAULT_SEARCH_DIR}')"
echo " -b BACKUP_DIR Destination directory for backups (Default: '${DEFAULT_BACKUP_DIR}')"
Expand Down

0 comments on commit 4e58c20

Please sign in to comment.