diff options
-rw-r--r-- | src/flash/at91sam3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/flash/at91sam3.c b/src/flash/at91sam3.c index d66bb09e..b9f7933a 100644 --- a/src/flash/at91sam3.c +++ b/src/flash/at91sam3.c @@ -2451,7 +2451,7 @@ sam3_register_commands( struct command_context_s *cmd_ctx) "gpnvm", sam3_handle_gpnvm_command, COMMAND_EXEC, - "at91sam3 gpnvm [action [<BIT>], by default 'show', otherwise set|clear BIT"); + "at91sam3 gpnvm [action [<BIT>], by default 'show', otherwise set | clear BIT"); register_command( cmd_ctx, pCmd, "info", sam3_handle_info_command, |