diff options
-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} |