Rename to slabpkg
This commit is contained in:
parent
0bf88712b3
commit
fad4cd8c44
@ -1720,7 +1720,7 @@ int usage(int argc, char** argv, int argi, char* error) {
|
|||||||
formatinfo(out);
|
formatinfo(out);
|
||||||
|
|
||||||
fprintf(out, "DEMO INSTRUCTIONS:\n\n");
|
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) {
|
if (error) {
|
||||||
fprintf(out, "ERROR:\n %s\n", error);
|
fprintf(out, "ERROR:\n %s\n", error);
|
Loading…
x
Reference in New Issue
Block a user