From 57ae7581bf3bd7a9e5d71eafb6688455e4b46a25 Mon Sep 17 00:00:00 2001 From: Vaisakh K M <68694876+Vaisakhkm2625@users.noreply.github.com> Date: Tue, 22 Nov 2022 19:08:46 +0530 Subject: [PATCH] fix(uninstaller): correct a sentence in help (#3511) * fix(uninstaller): fixing a wrong sentence in help * fix: double space Co-authored-by: LostNeophyte --- utils/installer/uninstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }