From 117e6b003b72c8cc906204dc212aaf38aa813567 Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Tue, 7 Feb 2012 13:12:46 +0800 Subject: [PATCH] typo fix Signed-off-by: Gui Chen --- mic/creator.py | 2 +- tools/mic | 2 +- 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} -- 2.7.4