Sfoglia il codice sorgente

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>
Vaisakh K M 2 anni fa
parent
commit
57ae7581bf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      utils/installer/uninstall.sh

+ 1 - 1
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"
 }