summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVaisakh K M <[email protected]>2022-11-22 19:08:46 +0530
committerGitHub <[email protected]>2022-11-22 14:38:46 +0100
commit57ae7581bf3bd7a9e5d71eafb6688455e4b46a25 (patch)
treef0a08d5c8f6df1fc68c3eb01a2d4d7b0cc608488
parent40ec8a0e6a28bff877dd0deae5c2faecac0d1390 (diff)
fix(uninstaller): correct a sentence in help (#3511)
* fix(uninstaller): fixing a wrong sentence in help * fix: double space Co-authored-by: LostNeophyte <[email protected]>
-rwxr-xr-xutils/installer/uninstall.sh2
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"
}