diff options
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/installer/uninstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/installer/uninstall.sh b/utils/installer/uninstall.sh index 8a7256f0..96dea8cd 100755 --- a/utils/installer/uninstall.sh +++ b/utils/installer/uninstall.sh @@ -24,7 +24,7 @@ function usage() { echo "" echo "Options:" echo " -h, --help Print this help message" - echo " --remove-config Remove old backup folders as well" + echo " --remove-config Remove user config files as well" echo " --remove-backups Remove old backup folders as well" } |