Skip to content

Commit

Permalink
Correct labels
Browse files Browse the repository at this point in the history
Signed-off-by: team-orangeBlue <63470411+team-orangeBlue@users.noreply.github.com>
  • Loading branch information
team-orangeBlue authored Nov 17, 2024
1 parent 5b42831 commit 1f5e29d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions client/src/cmdhfmfp.c
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ static int CmdHFMFPInfo(const char *Cmd) {
static int CmdFudanInit(const char *Cmd){
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf mfp fudanprep",
"Prepares FMCOS chips for use with troika app. VOS use only.\n",
"Prepares FMCOS chips for use with access control app. VOS use only.\n",
"hf mfp fudanprep\n"
);

Expand Down Expand Up @@ -494,7 +494,8 @@ static int CmdFudanInit(const char *Cmd){
static int CmdFudanCharge(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf mfp charge",
"Executes charge on FMCOS chip with troika app. VOS use only.\n",
"Executes entry decrement on FMCOS chip with access control app. VOS use only.\n",
"You should NEVER have to use this, as the counter must always go up!\n",
"hf mfp charge\n"
);

Expand Down Expand Up @@ -530,7 +531,7 @@ static int CmdFudanCharge(const char *Cmd) {
static int CmdFudanReCharge(const char *Cmd) {
CLIParserContext *ctx;
CLIParserInit(&ctx, "hf mfp recharge",
"Executes reload on fmcos chip with troika app. VOS use only.\n",
"Executes entry increment on fmcos chip with access control app. VOS use only.\n",
"hf mfp recharge\n"
);

Expand Down

0 comments on commit 1f5e29d

Please sign in to comment.