Browse Source

extra tab

Kevin Bradley 6 months ago
parent
commit
b95f5f44d8
1 changed files with 1 additions and 1 deletions
  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");
 }