Skip to content

Commit

Permalink
Use correct error code value.
Browse files Browse the repository at this point in the history
  • Loading branch information
asterix24 committed Feb 6, 2012
1 parent 717e298 commit 4490d77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bertos/mware/cli.c
Expand Up @@ -120,7 +120,7 @@ static void cli_parse(KFile *fd, const char *buf)

if (!parser_get_cmd_arguments(buf, templ, args))
{
REPLY(fd, CLI_MISSING_PARAM, "Invalid arguments.");
REPLY(fd, CLI_INVALID_ARGS, "Invalid arguments.");
return;
}

Expand Down

0 comments on commit 4490d77

Please sign in to comment.