Update slabpkg.c
This commit is contained in:
parent
fad4cd8c44
commit
bfe4ff3bce
@ -1733,7 +1733,7 @@ int usage(int argc, char** argv, int argi, char* error) {
|
|||||||
int main(int argc, char** argv) {
|
int main(int argc, char** argv) {
|
||||||
pkg_job_t job;
|
pkg_job_t job;
|
||||||
int argi = 1;
|
int argi = 1;
|
||||||
printf("SecureLang Package Manager 0.0.2\nThis currently doesn't include proper versioning or dependencies.\n");
|
printf("SecureLang Application Binary Package Manager 0.0.2\nThis currently doesn't include proper versioning or dependencies.\n");
|
||||||
|
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
return usage(argc, argv, argi, "Expected command (build, install, ...)");
|
return usage(argc, argv, argi, "Expected command (build, install, ...)");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user