diff options
author | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-11 22:06:29 +0100 |
---|---|---|
committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-12-11 22:06:29 +0100 |
commit | 4d9430560ea1c8d02b5737a6d0bc7115d1f4b72e (patch) | |
tree | a0be67cd9e29a6676f7562fb938e65c3820a652c /scripts/mkimport | |
parent | 27a805594949ffb973d0055380cb354b043e1d0f (diff) | |
download | luaotfload-4d9430560ea1c8d02b5737a6d0bc7115d1f4b72e.tar.gz |
[import] add usage message
Diffstat (limited to 'scripts/mkimport')
-rw-r--r-- | scripts/mkimport | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/scripts/mkimport b/scripts/mkimport index 651ff04..7d6f984 100644 --- a/scripts/mkimport +++ b/scripts/mkimport @@ -478,7 +478,14 @@ local tell = function (target) end local help = function () - die "not implemented :/" + iowrite "usage: mkinfo <command> [<args>]\n" + iowrite "\n" + iowrite "Where <command> is one of\n" + iowrite " help Print this help message\n" + iowrite " tell Display information about a file’s integration\n" + iowrite " news Check Context for updated files\n" + iowrite " import Update with files from Context\n" + iowrite "\n" end local job_kind = table.mirrored { |