From 4d9430560ea1c8d02b5737a6d0bc7115d1f4b72e Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Thu, 11 Dec 2014 22:06:29 +0100
Subject: [import] add usage message

---
 scripts/mkimport | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

(limited to 'scripts')

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 {
-- 
cgit v1.2.3