fix(uninstaller): correct a sentence in help (#3511)

* fix(uninstaller): fixing a wrong sentence in help 
* fix: double space

Co-authored-by: LostNeophyte <lostneophyte@tuta.io>
This commit is contained in:
Vaisakh K M 2022-11-22 19:08:46 +05:30 committed by GitHub
parent 40ec8a0e6a
commit 57ae7581bf
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}