소스 검색

extra tab

Kevin Bradley 2 년 전
부모
커밋
b95f5f44d8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      bootstrapTool/main.m

+ 1 - 1
bootstrapTool/main.m

@@ -64,7 +64,7 @@ void cmd_help(void){
     printf("  -e, --exclude\t\t\tchoose a file list for excluded files when bumping, repackaging or creating a package\n");
     printf("  -f, --force\t\t\tforce an install operation, ignoring 'forbidden' roots\n");
     printf("  -L, --contents\t\tlist the contents of an installed package, required a bootstrap path\n");
-    printf("  -U, --unpack\t\tmark the package as unpacked rather than installed in the status file\n");
+    printf("  -U, --unpack\t\t\tmark the package as unpacked rather than installed in the status file\n");
     printf("\n");
 }