summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/kgit-init2
-rwxr-xr-xtools/updateme2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/kgit-init b/tools/kgit-init
index d77aa48..e1056e0 100755
--- a/tools/kgit-init
+++ b/tools/kgit-init
@@ -34,7 +34,7 @@ install_resources()
# guilt-*
# generate_cfg, kconf_check, configme
- tools_list="kgit kgit-* guilt-* scc generate_cfg kconf_check configme patchme updateme creatme"
+ tools_list="kgit kgit-* guilt-* scc generate_cfg kconf_check configme patchme updateme createme"
mkdir -p $meta_dir/scripts/
for pattern in $tools_list; do
diff --git a/tools/updateme b/tools/updateme
index 444a95a..f1f1d39 100755
--- a/tools/updateme
+++ b/tools/updateme
@@ -31,7 +31,7 @@ cat << EOF
${ARCH}: The kernel architecture of the machine. This is used to locate
default options/configuration.
${MACHINE}: The name of the machine. This is used to locate the machine
- description created via 'creatme'
+ description created via 'createme'
[ordered list of items]: A space separated list of .scc, .patch, .cfg or
defconfig items to apply to the end of the
machine description.