target/sam: slight gpnvm command usage correctness

Signed-off-by: Rafael Silva <perigoso@riseup.net>
This commit is contained in:
Rafael Silva 2022-06-25 01:07:09 +01:00 committed by Rachel Mant
parent d85e9fb7a2
commit dd571467b5
1 changed files with 1 additions and 1 deletions

View File

@ -667,6 +667,6 @@ static bool sam_cmd_gpnvm(target *t, int argc, const char **argv)
bad_usage: bad_usage:
tc_printf(t, "usage: monitor gpnvm get\n"); tc_printf(t, "usage: monitor gpnvm get\n");
tc_printf(t, "usage: monitor gpnvm set <bit> <val>\n"); tc_printf(t, "usage: monitor gpnvm set <mask> <val>\n");
return false; return false;
} }