diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-06-06 03:04:00 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:32 +0200 |
commit | a973a822cabeed5bbd91372d241b26deaa6373ab (patch) | |
tree | 5276b8c83be0e992fa7833d295204995a0b8d0a7 | |
parent | 47b51bdcb78ac1e82e9cda60aafa0f5fe4d8e290 (diff) |
Add missing usage info
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 2ff6b3c..5b7d81f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -104,6 +104,7 @@ void usage() printf("Commands:\n"); printf(" build\t\tBuild a project that contains a project.conf file\n"); printf(" new\t\tCreate a new project\n"); + printf(" init\t\tInitialize project in an existing directory\n"); printf(" test\t\tBuild and run tests for a sibs project\n"); exit(1); } |