From a973a822cabeed5bbd91372d241b26deaa6373ab Mon Sep 17 00:00:00 2001 From: dec05eba Date: Wed, 6 Jun 2018 03:04:00 +0200 Subject: Add missing usage info --- src/main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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); } -- cgit v1.2.3