[Meego-distribution-tools] [MIC2][COMMIT] Simplify a few help messages
Yi Yang
yi.y.yang at intel.com
Thu Nov 25 17:18:44 PST 2010
commit 96bcd93403b7eaf3cd261f76c66098e19756873c
Author: Anas Nashif <nashif at linux.intel.com>
Date: Thu Nov 25 01:56:09 2010 +0000
Simplify a few help messages
diff --git a/tools/mic-image-creator b/tools/mic-image-creator
index 7b62538..06c854b 100755
--- a/tools/mic-image-creator
+++ b/tools/mic-image-creator
@@ -174,7 +174,7 @@ def parse_options(args):
dest="fstype", default="vfat",
help="File system type for live USB file image, ext3 or vfat, the default is vfat.")
liveusbopt.add_option("", "--overlay-size-mb", type="int", default=64,
- help="Overlay size in MB as unit, it means how size changes you can save in your live USB disk.")
+ help="Overlay size in MB as unit (size of changes you can save in your live USB disk.)")
parser.add_option_group(liveusbopt)
# options related to nand image
@@ -182,22 +182,22 @@ def parse_options(args):
"These options are for creating the MRST NAND image")
nandopt.add_option("", "--initrd-url", type="string",
dest="initrd_url", default=None,
- help="URL of initrd.img, if it need to be retrieved from remote site.")
+ help="Remote URL of INITRD image.")
nandopt.add_option("", "--initrd-path", type="string",
dest="initrd_path", default=None,
- help="Path of initrd.img, if it was saved in local filesystem.")
+ help="Local path of INITRD image.")
nandopt.add_option("", "--kernel-url", type="string",
dest="kernel_url", default=None,
- help="URL of kernel file(vmlinuz), if it need to be retrieved from remote site.")
+ help="Remote URL of kernel file (vmlinuz).")
nandopt.add_option("", "--kernel-path", type="string",
dest="kernel_path", default=None,
- help="Path of kernel file(vmlinuz), if it was saved in local filesystem.")
+ help="Local path of kernel file (vmlinuz).")
nandopt.add_option("", "--kernel-rpm-url", type="string",
dest="kernel_rpm_url", default=None,
- help="URL of kernel rpm package, if it need to be retrieved from remote site.")
+ help="Remote URL of kernel rpm package.")
nandopt.add_option("", "--kernel-rpm-path", type="string",
dest="kernel_rpm_path", default=None,
- help="Path of kernel rpm package, if it was saved in local filesystem.")
+ help="Local path of kernel rpm package.")
nandopt.add_option("", "--bootimg-only", action="store_true", dest="bootimg_only",
help="Create boot image only.")
More information about the MeeGo-distribution-tools
mailing list