Skip to content

Commit

Permalink
apps/nshlib/nsh_command.c: Update help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
gregory-nutt committed Aug 11, 2018
1 parent 093391f commit 0511002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nshlib/nsh_command.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ static int cmd_unrecognized(FAR struct nsh_vtbl_s *vtbl, int argc, char **argv)
static const struct cmdmap_s g_cmdmap[] =
{
#if !defined(CONFIG_NSH_DISABLESCRIPT) && !defined(CONFIG_NSH_DISABLE_TEST)
{ "[", cmd_lbracket, 4, CONFIG_NSH_MAXARGUMENTS, "<expression> ]" },
{ "[", cmd_lbracket, 4, CONFIG_NSH_MAXARGUMENTS, "[!] <expression> ]" },
#endif

#ifndef CONFIG_NSH_DISABLE_HELP
Expand Down

0 comments on commit 0511002

Please sign in to comment.