- Fixes '[|]' whitespace
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 24 Jun 2009 09:37:50 +0000 (09:37 +0000)
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>
Wed, 24 Jun 2009 09:37:50 +0000 (09:37 +0000)
- Replace '\(\w\)\([|]\)\(\w\)' with '\1 \2 \3'.

git-svn-id: svn://svn.berlios.de/openocd/trunk@2393 b42882b7-edfa-0310-969c-e2dbd0fdcd60

src/flash/at91sam3.c

index d66bb09efa2d5453884aee5838262f9573801a89..b9f7933a78be486185dc4f550e68d478d796aa5b 100644 (file)
@@ -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,