diff options
author | Gui Chen <gui.chen@intel.com> | 2012-02-07 13:12:46 +0800 |
---|---|---|
committer | Gui Chen <gui.chen@intel.com> | 2012-02-07 13:12:46 +0800 |
commit | 117e6b003b72c8cc906204dc212aaf38aa813567 (patch) | |
tree | d191946f65e7f09064f42adb339da800879df5cf | |
parent | dfe714ed5e45ca8ce6f9ab2d063f14a60bf5d725 (diff) | |
download | mic-117e6b003b72c8cc906204dc212aaf38aa813567.tar.gz mic-117e6b003b72c8cc906204dc212aaf38aa813567.tar.bz2 mic-117e6b003b72c8cc906204dc212aaf38aa813567.zip |
typo fix
Signed-off-by: Gui Chen <gui.chen@intel.com>
-rw-r--r-- | mic/creator.py | 2 | ||||
-rwxr-xr-x | 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): @@ -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} |