cmd: modify proejct arg #1
This commit is contained in:
parent
92f9c03128
commit
15d29d0a9e
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user