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