Navigation Menu

Skip to content

Commit

Permalink
Fixed CLI help for 'feature'.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeller committed Apr 15, 2019
1 parent edb7ca3 commit 9dbe140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/cli/cli.c
Expand Up @@ -5686,7 +5686,7 @@ const clicmd_t cmdTable[] = {
CLI_COMMAND_DEF("exit", NULL, NULL, cliExit),
CLI_COMMAND_DEF("feature", "configure features",
"list\r\n"
"\t<+|->[name]", cliFeature),
"\t<->[name]", cliFeature),
#ifdef USE_FLASHFS
CLI_COMMAND_DEF("flash_erase", "erase flash chip", NULL, cliFlashErase),
CLI_COMMAND_DEF("flash_info", "show flash chip info", NULL, cliFlashInfo),
Expand Down

0 comments on commit 9dbe140

Please sign in to comment.