소스 검색

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