summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mic/creator.py2
-rwxr-xr-xtools/mic2
2 files changed, 2 insertions, 2 deletions
diff --git a/mic/creator.py b/mic/creator.py
index da72946..076bcc4 100644
--- a/mic/creator.py
+++ b/mic/creator.py
@@ -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):
diff --git a/tools/mic b/tools/mic
index 87c0558..b6a3dbc 100755
--- 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}