浏览代码

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 年之前
父节点
当前提交
57ae7581bf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      utils/installer/uninstall.sh

+ 1 - 1
utils/installer/uninstall.sh

@@ -24,7 +24,7 @@ function usage() {
   echo ""
   echo ""
   echo "Options:"
   echo "Options:"
   echo "    -h, --help                       Print this help message"
   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"
   echo "    --remove-backups                 Remove old backup folders as well"
 }
 }