cmd: modify proejct arg #1

This commit is contained in:
tylen 2024-09-24 19:32:22 +00:00 committed by Vasily Davydov
parent 92f9c03128
commit 15d29d0a9e

View File

@ -8,7 +8,7 @@
static struct ArgList* supported_args; static struct ArgList* supported_args;
static const char* PREDEFINED_ARG_NAMES [] = { static const char* PREDEFINED_ARG_NAMES [] = {
"project" "PROJECT"
}; };
static const char* PREDEFINED_ARG_DESC [] = { static const char* PREDEFINED_ARG_DESC [] = {
@ -16,7 +16,7 @@ static const char* PREDEFINED_ARG_DESC [] = {
}; };
static const char* PREDEFINED_ARG_VALUES [] = { static const char* PREDEFINED_ARG_VALUES [] = {
NULL "Curernt WD"
}; };
void usage(void) { void usage(void) {