Rename to slabpkg

This commit is contained in:
Zak Yani Star Fenton 2025-06-08 05:51:07 +00:00
parent 0bf88712b3
commit fad4cd8c44

View File

@ -1720,7 +1720,7 @@ int usage(int argc, char** argv, int argi, char* error) {
formatinfo(out);
fprintf(out, "DEMO INSTRUCTIONS:\n\n");
fprintf(out, " 1. compile slpkg.c\n 2. place the executable in a subdirectory named `dist`\n 3. create a file `pkg.pkb` with a line `/pkg` (executable path within `dist`)\n 4. run `./dist/pkg build pkg.pkb`\n 5. work out how to install it (try --root ... install)\n\n");
fprintf(out, " 1. compile slabpkg.c\n 2. place the executable in a subdirectory named `dist`\n 3. create a file `slabpkg.pkb` with a line `/slabpkg` (executable path within `dist`)\n 4. run `./dist/slabpkg build slabpkg.pkb`\n 5. work out how to install it (try --root ... install)\n\n");
if (error) {
fprintf(out, "ERROR:\n %s\n", error);