typo fix
authorGui Chen <gui.chen@intel.com>
Tue, 7 Feb 2012 05:12:46 +0000 (13:12 +0800)
committerGui Chen <gui.chen@intel.com>
Tue, 7 Feb 2012 05:12:46 +0000 (13:12 +0800)
Signed-off-by: Gui Chen <gui.chen@intel.com>
mic/creator.py
tools/mic

index da72946..076bcc4 100644 (file)
@@ -98,7 +98,7 @@ class Creator(cmdln.Cmdln):
         optparser.add_option('', '--copy-kernel', action='store_true',
                              dest='copy_kernel',
                              help='Copy kernel files from image /boot directory'
-                                  'to the image output directory.')
+                                  ' to the image output directory.')
         return optparser
 
     def preoptparse(self, argv):
index 87c0558..b6a3dbc 100755 (executable)
--- a/tools/mic
+++ b/tools/mic
@@ -27,7 +27,7 @@ class MicCmd(cmdln.Cmdln):
     Usage: mic SUBCOMMAND [OPTS] [ARGS...]
 
     mic Means the Image Creation tool
-    Try 'mic help SUBCOMAND' for help on a specific subcommand.
+    Try 'mic help SUBCOMMAND' for help on a specific subcommand.
 
     ${command_list}
     global ${option_list}