瀏覽代碼

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